Handling Errors

The API returns error data when a request fails. Your client application needs to identify and handle these errors.

The XML API uses the status attribute for the response element and each command response element to indicate success or failure.

The SOAP API uses two types of errors:

To obtain more information about the error returned, you can use the Read (XML) or read() (SOAP) command to retrieve the Error object which includes a short description and additional information about the error.

A list of error codes and their descriptions is also included in this guide for reference. See Error Codes.