All errors are encapsulated in STM specific errors. More...
Macros | |
#define | ATO_STM_ERR_MIN 13000 |
The mimimum error number. | |
#define | ATO_STM_ERR_GENERAL (ATO_STM_ERR_MIN+1) |
For errors not specified below. | |
#define | ATO_STM_ERR_NETSENDER (ATO_STM_ERR_MIN+2) |
A SOAP fault generated by the sender, not including service unavailable. | |
#define | ATO_STM_ERR_NETRECEIVER (ATO_STM_ERR_MIN+3) |
A SOAP fault generated by the receiver, not including service unavailable. | |
#define | ATO_STM_ERR_NETUNAVAILABLE (ATO_STM_ERR_MIN+4) |
A SOAP fault where the remote service is unavailable. | |
#define | ATO_STM_ERR_NETCOMMS (ATO_STM_ERR_MIN+5) |
A general network error has occurred, not including timeouts. | |
#define | ATO_STM_ERR_NETTIMEOUT (ATO_STM_ERR_MIN+6) |
A network time has occured trying to connect to a remote service. | |
#define | ATO_STM_ERR_MAX (ATO_STM_ERR_MIN+200) |
The maximum error number. | |
All errors are encapsulated in STM specific errors.
For the underlying error, use ato_err_inner() to retrieve nested errors and their details.