]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/asn1/asn1_err.et
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / asn1 / asn1_err.et
1 #
2 # Error messages for the asn.1 library
3 #
4 # This might look like a com_err file, but is not
5 #
6 id "$Id$"
7
8 error_table asn1
9 prefix ASN1
10 error_code BAD_TIMEFORMAT,      "ASN.1 failed call to system time library"
11 error_code MISSING_FIELD,       "ASN.1 structure is missing a required field"
12 error_code MISPLACED_FIELD,     "ASN.1 unexpected field number"
13 error_code TYPE_MISMATCH,       "ASN.1 type numbers are inconsistent"
14 error_code OVERFLOW,            "ASN.1 value too large"
15 error_code OVERRUN,             "ASN.1 encoding ended unexpectedly"
16 error_code BAD_ID,              "ASN.1 identifier doesn't match expected value"
17 error_code BAD_LENGTH,          "ASN.1 length doesn't match expected value"
18 error_code BAD_FORMAT,          "ASN.1 badly-formatted encoding"
19 error_code PARSE_ERROR,         "ASN.1 parse error"
20 error_code EXTRA_DATA,          "ASN.1 extra data past end of end structure"
21 error_code BAD_CHARACTER,       "ASN.1 invalid character in string"
22 error_code MIN_CONSTRAINT,      "ASN.1 too few elements"
23 error_code MAX_CONSTRAINT,      "ASN.1 too many elements"
24 error_code EXACT_CONSTRAINT,    "ASN.1 wrong number of elements"
25 error_code INDEF_OVERRUN,       "ASN.1 BER indefinte encoding overrun"
26 error_code INDEF_UNDERRUN,      "ASN.1 BER indefinte encoding underun"
27 error_code GOT_BER,             "ASN.1 got BER encoded when expected DER"
28 error_code INDEF_EXTRA_DATA,    "ASN.1 EoC tag contained data"
29 end