Sourcecode and documentation for libtasn1-2 version 0.2.10-3sarge1
show bar | Show file versions
Search packages:
| Sourcecode archive home

errors_int.h

00001 /* libasn1 error codes. The mapping to a TLS alert is also shown in
00002  * comments.
00003  */
00004 
00005 #define ASN1_SUCCESS               0
00006 #define ASN1_FILE_NOT_FOUND        1
00007 #define ASN1_ELEMENT_NOT_FOUND     2
00008 #define ASN1_IDENTIFIER_NOT_FOUND  3
00009 #define ASN1_DER_ERROR             4
00010 #define ASN1_VALUE_NOT_FOUND       5
00011 #define ASN1_GENERIC_ERROR         6
00012 #define ASN1_VALUE_NOT_VALID       7
00013 #define ASN1_TAG_ERROR             8
00014 #define ASN1_TAG_IMPLICIT          9
00015 #define ASN1_ERROR_TYPE_ANY        10
00016 #define ASN1_SYNTAX_ERROR          11
00017 #define ASN1_MEM_ERROR           12
00018 #define ASN1_MEM_ALLOC_ERROR     13
00019 #define ASN1_DER_OVERFLOW          14
00020 #define ASN1_NAME_TOO_LONG         15
00021 #define ASN1_ARRAY_ERROR           16
00022 #define ASN1_ELEMENT_NOT_EMPTY     17
00023 
00024 

Generated by  Doxygen 1.5.1