sbrcsr 3.2.0
ATOMAS sbrcsr
Error codes

All errors are encapsulated in CSR specific errors. More...

Macros

#define SBR_CSR_ERR_MIN   14000
 The mimimum error number.
 
#define SBR_CSR_ERR_GENERAL   (SBR_CSR_ERR_MIN+1)
 For errors not specified below.
 
#define SBR_CSR_ERR_NETSENDER   (SBR_CSR_ERR_MIN+2)
 A SOAP fault generated by the sender, not including service unavailable.
 
#define SBR_CSR_ERR_NETRECEIVER   (SBR_CSR_ERR_MIN+3)
 A SOAP fault generated by the receiver, not including service unavailable.
 
#define SBR_CSR_ERR_NETUNAVAILABLE   (SBR_CSR_ERR_MIN+4)
 A SOAP fault where the remote service is unavailable.
 
#define SBR_CSR_ERR_NETCOMMS   (SBR_CSR_ERR_MIN+5)
 A general network error has occurred, not including timeouts.
 
#define SBR_CSR_ERR_NETTIMEOUT   (SBR_CSR_ERR_MIN+6)
 A network time has occured trying to connect to a remote service.
 
#define SBR_CSR_ERR_MAX   (SBR_CSR_ERR_MIN+200)
 The maximum error number.
 

Detailed Description

All errors are encapsulated in CSR specific errors.

For the underlying error, use ato_err_inner() to retrieve nested errors and their details. For SOAP related errors see ato_ErrSoap.