asn1ErrCodes.h File Reference

Go to the source code of this file.

Defines

#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)

Detailed Description

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