Miscellaneous
Error Object
OVERVIEW
An error object is returned when an error occurs in the API response. The error object consists of the following elements
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error>
<ref>130</ref>
<summary>Access denied</summary>
</error>
JSON:
{
"summary": "Access denied",
"ref": "130"
}
Note: ref is the reference to the error list in our online documentation and summary is the details of the error. This does not show the internal infrastructure or server specific details for security reasons.
Last Updated: Jun 09,2023
Comments
0 Comments