Print this page

Status Codes

If an error occurs during the invocation of a SOAP call, the Hopewiser SOAP server returns a SOAP fault element containing information related to the error.

Possible error codes returned are as follows:

CodeNameDescription
10001 Atlas Error This error code is returned when a general Atlas error occurs. For instance, no match could be found or the search matched too many entries.
10002 Login Error This error code is returned when an error occurs during the Login call. For instance, an invalid username / password combination may have been provided.
10003 Session Error This error code is returned when an invalid Session ID is used. For instance, the Session ID may have expired.

Sample

Sample Fault Response XML


Previous page: Data Fields
Next page: Sample Code