XBinder  Version 2.6.x
Macros
rtxErrCodes.h File Reference

List of numeric status codes that can be returned by common run-time functions and generated code. More...

Go to the source code of this file.

Macros

#define RT_OK   0
 Normal completion status.
 
#define RT_OK_FRAG   2
 Message fragment return status. More...
 
#define RTERR_BUFOVFLW   -1
 Encode buffer overflow. More...
 
#define RTERR_ENDOFBUF   -2
 Unexpected end-of-buffer. More...
 
#define RTERR_IDNOTFOU   -3
 Expected identifier not found. More...
 
#define RTERR_INVENUM   -4
 Invalid enumerated identifier. More...
 
#define RTERR_SETDUPL   -5
 Duplicate element in set. More...
 
#define RTERR_SETMISRQ   -6
 Missing required element in set. More...
 
#define RTERR_NOTINSET   -7
 Element not in set. More...
 
#define RTERR_SEQOVFLW   -8
 Sequence overflow. More...
 
#define RTERR_INVOPT   -9
 Invalid option in choice. More...
 
#define RTERR_NOMEM   -10
 No dynamic memory available. More...
 
#define RTERR_INVHEXS   -11
 Invalid hexadecimal string. More...
 
#define RTERR_INVREAL   -12
 Invalid real number value. More...
 
#define RTERR_STROVFLW   -13
 String overflow. More...
 
#define RTERR_BADVALUE   -14
 Bad value. More...
 
#define RTERR_TOODEEP   -15
 Nesting level too deep. More...
 
#define RTERR_CONSVIO   -16
 Constraint violation. More...
 
#define RTERR_ENDOFFILE   -17
 Unexpected end-of-file error. More...
 
#define RTERR_INVUTF8   -18
 Invalid UTF-8 character encoding. More...
 
#define RTERR_OUTOFBND   -19
 Array index out-of-bounds. More...
 
#define RTERR_INVPARAM   -20
 Invalid parameter passed to a function of method. More...
 
#define RTERR_INVFORMAT   -21
 Invalid value format. More...
 
#define RTERR_NOTINIT   -22
 Context not initialized. More...
 
#define RTERR_TOOBIG   -23
 Value will not fit in target variable. More...
 
#define RTERR_INVCHAR   -24
 Invalid character. More...
 
#define RTERR_XMLSTATE   -25
 XML state error. More...
 
#define RTERR_XMLPARSE   -26
 XML parser error. More...
 
#define RTERR_SEQORDER   -27
 Sequence order error. More...
 
#define RTERR_FILNOTFOU   -28
 File not found. More...
 
#define RTERR_READERR   -29
 Read error. More...
 
#define RTERR_WRITEERR   -30
 Write error. More...
 
#define RTERR_INVBASE64   -31
 Invalid Base64 encoding. More...
 
#define RTERR_INVSOCKET   -32
 Invalid socket. More...
 
#define RTERR_INVATTR   -33
 Invalid attribute. More...
 
#define RTERR_REGEXP   -34
 Invalid regular expression. More...
 
#define RTERR_PATMATCH   -35
 Pattern match error. More...
 
#define RTERR_ATTRMISRQ   -36
 Missing required attribute. More...
 
#define RTERR_HOSTNOTFOU   -37
 Host name could not be resolved. More...
 
#define RTERR_HTTPERR   -38
 HTTP protocol error. More...
 
#define RTERR_SOAPERR   -39
 SOAP error. More...
 
#define RTERR_EXPIRED   -40
 Evaluation license expired. More...
 
#define RTERR_UNEXPELEM   -41
 Unexpected element encountered. More...
 
#define RTERR_INVOCCUR   -42
 Invalid number of occurrences. More...
 
#define RTERR_INVMSGBUF   -43
 Invalid message buffer has been passed to decode or validate method. More...
 
#define RTERR_DECELEMFAIL   -44
 Element decode failed. More...
 
#define RTERR_DECATTRFAIL   -45
 Attribute decode failed. More...
 
#define RTERR_STRMINUSE   -46
 Stream in-use. More...
 
#define RTERR_NULLPTR   -47
 Null pointer. More...
 
#define RTERR_FAILED   -48
 General failure. More...
 
#define RTERR_ATTRFIXEDVAL   -49
 Attribute fixed value mismatch. More...
 
#define RTERR_MULTIPLE   -50
 Multiple errors occurred during an encode or decode operation. More...
 
#define RTERR_NOTYPEINFO   -51
 This error is returned when decoding a derived type definition and no information exists as to what type of data is in the element content. More...
 
#define RTERR_ADDRINUSE   -52
 Address already in use. More...
 
#define RTERR_CONNRESET   -53
 Remote connection was reset. More...
 
#define RTERR_UNREACHABLE   -54
 Network failure. More...
 
#define RTERR_NOCONN   -55
 Not connected. More...
 
#define RTERR_CONNREFUSED   -56
 Connection refused. More...
 
#define RTERR_INVSOCKOPT   -57
 Invalid option. More...
 
#define RTERR_SOAPFAULT   -58
 This error is returned when decoded SOAP envelope is fault message.
 
#define RTERR_MARKNOTSUP   -59
 This error is returned when an attempt is made to mark a stream position on a stream type that does not support it.
 
#define RTERR_NOTSUPP   -60 /* feature is not supported */
 Feature is not supported. More...
 
#define RTERR_UNBAL   -61
 Unbalanced structure. More...
 
#define RTERR_EXPNAME   -62
 Expected name. More...
 
#define RTERR_UNICODE   -63
 Invalid Unicode sequence. More...
 
#define RTERR_INVBOOL   -64
 Invalid boolean keyword. More...
 
#define RTERR_INVNULL   -65
 Invalid null keyword. More...
 
#define RTERR_INVLEN   -66
 Invalid length. More...
 
#define RTERR_UNKNOWNIE   -67
 Unknown information element. More...
 
#define RTERR_NOTALIGNED   -68
 Not aligned error. More...
 
#define RTERR_EXTRDATA   -69
 Extraneous data. More...
 
#define RTERR_INVMAC   -70
 Invalid Message Authentication Code. More...
 
#define RTERR_NOSECPARAMS   -71
 No security parameters provided. More...
 
#define RTERR_COPYFAIL   -72
 Copy failed. More...
 
#define RTERR_PARSEFAIL   -73
 Parse failed. More...
 
#define RTERR_VALCMPERR   -74
 Value comparison error. More...
 
#define RTERR_BUFCMPERR   -75
 Buffer comparison error. More...
 
#define RTERR_INVBITS   -76
 Invalid bit string error. More...
 
#define RTERR_RLM   -77
 RLM error encounterd.
 

Detailed Description

List of numeric status codes that can be returned by common run-time functions and generated code.

Definition in file rtxErrCodes.h.