ASN1C C/C++ Common Runtime  ASN1C v7.7.x
Macros
asn1ErrCodes.h File Reference

Go to the source code of this file.

Macros

#define ASN_OK_FRAG   2
 
#define ASN_E_BASE   -100
 
#define ASN_E_INVOBJID   (ASN_E_BASE)
 
#define ASN_E_INVLEN   (ASN_E_BASE-1)
 
#define ASN_E_BADTAG   (ASN_E_BASE-2)
 
#define ASN_E_INVBINS   (ASN_E_BASE-3)
 
#define ASN_E_INVINDEX   (ASN_E_BASE-4)
 
#define ASN_E_INVTCVAL   (ASN_E_BASE-5)
 
#define ASN_E_CONCMODF   (ASN_E_BASE-6)
 
#define ASN_E_ILLSTATE   (ASN_E_BASE-7)
 
#define ASN_E_NOTPDU   (ASN_E_BASE-8)
 
#define ASN_E_UNDEFTYP   (ASN_E_BASE-9)
 
#define ASN_E_INVPERENC   (ASN_E_BASE-10)
 
#define ASN_E_NOTINSEQ   (ASN_E_BASE-11)
 
#define ASN_E_BAD_ALIGN   (ASN_E_BASE-12)
 
#define ASN_E_UNKNOWNPDU   (ASN_E_BASE-13)
 
#define ASN_E_NOTCANON   (ASN_E_BASE-14)
 
#define ASN_E_VALTYPMIS   (ASN_E_BASE-15)
 
#define ASN_E_LEN_FORM   (ASN_E_BASE-16)
 
#define ASN_E_LEN_NOT_MIN   (ASN_E_BASE-17)
 
#define ASN_E_PRIM_REQ   (ASN_E_BASE-18)
 
#define ASN_E_FRAGMENTS   (ASN_E_BASE-19)
 

Detailed Description

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