Skip to main content
Skip table of contents

4.1 Error Response

4.1.1 Error Data Transfer Object

Item Name

Data Type

Sample Value

Comments

Message

String

“Invalid File ID: 12345”

Describes the type of error, indicating (when possible)
which input value(s) could have caused the error

ErrorCode

Integer

7001

A numeric code that identifies the type of error

Sample response(in XML)

CODE
<ErrorInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
CODE
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
CODE
  <Message>Session no longer exists.</Message>
CODE
  <ErrorCode>101</ErrorCode>
CODE
</ErrorInfo>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.