All errors are encapsulated in AKM specific errors. More...
Macros | |
| #define | ATO_BNET_ERR_MIN 11500 |
| The mimimum error number. | |
| #define | ATO_BNET_ERR_GENERAL (ATO_BNET_ERR_MIN+1) |
| For errors not otherwise specified. | |
| #define | ATO_BNET_ERR_NETSENDER (ATO_BNET_ERR_MIN+2) |
| A SOAP fault generated by the sender, not including service unavailable. | |
| #define | ATO_BNET_ERR_NETRECEIVER (ATO_BNET_ERR_MIN+3) |
| A SOAP fault generated by the receiver, not including service unavailable. | |
| #define | ATO_BNET_ERR_NETUNAVAILABLE (ATO_BNET_ERR_MIN+4) |
| A SOAP fault where the remote service is unavailable. | |
| #define | ATO_BNET_ERR_NETCOMMS (ATO_BNET_ERR_MIN+5) |
| A general network error has occurred, not including timeouts. | |
| #define | ATO_BNET_ERR_NETTIMEOUT (ATO_BNET_ERR_MIN+6) |
| A network time has occured trying to connect to a remote service. | |
| #define | ATO_BNET_ERR_MAX (ATO_BNET_ERR_MIN+200) |
| The maximum error number. | |
All errors are encapsulated in AKM specific errors.
For the underlying error, use ato_err_inner() to retrieve nested errors and their details.