Click or drag to resize
Error Handling
Print this page
SOAP Errors

SOAP errors are returned as a SOAP Fault which can be caught as an exception in your code. The fault will contain the following.

  • FaultCode: The fault code will be either "Client" for errors that can be fixed on the client side, or "Server" when the error is on the server.
  • FaultString: A human readable text containing all errors that have occured.
  • Detail: The Error Response Data Schema containing the detailed information on the error.