|
|
|---|
If an error occurs during the invocation of a SOAP call, the Hopewiser SOAP server throws an exception and returns a SOAP fault element containing information related to the error.
Possible error codes returned are as follows:
| Code | Name | Description |
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. |