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) |
ErrorCode | Integer | 7001 | A numeric code that identifies the type of error |
Sample response (in XML)
<ErrorInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Message>Session no longer exists.</Message>
<ErrorCode>101</ErrorCode>
</ErrorInfo>