1/*
2 * Copyright (c) 2011-12 Apple Inc. All Rights Reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
11 * file.
12 *
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
20 *
21 * @APPLE_LICENSE_HEADER_END@
22 */
23/* Generated from lib/asn1/asn1_err.et */
24/* $Id$ */
25
26#ifndef __asn1_err_h__
27#define __asn1_err_h__
28
29struct et_list;
30
31void initialize_asn1_error_table_r(struct et_list **);
32
33void initialize_asn1_error_table(void);
34#define init_asn1_err_tbl initialize_asn1_error_table
35
36typedef enum asn1_error_number{
37	ASN1_BAD_TIMEFORMAT = 1859794432,
38	ASN1_MISSING_FIELD = 1859794433,
39	ASN1_MISPLACED_FIELD = 1859794434,
40	ASN1_TYPE_MISMATCH = 1859794435,
41	ASN1_OVERFLOW = 1859794436,
42	ASN1_OVERRUN = 1859794437,
43	ASN1_BAD_ID = 1859794438,
44	ASN1_BAD_LENGTH = 1859794439,
45	ASN1_BAD_FORMAT = 1859794440,
46	ASN1_PARSE_ERROR = 1859794441,
47	ASN1_EXTRA_DATA = 1859794442,
48	ASN1_BAD_CHARACTER = 1859794443,
49	ASN1_MIN_CONSTRAINT = 1859794444,
50	ASN1_MAX_CONSTRAINT = 1859794445,
51	ASN1_EXACT_CONSTRAINT = 1859794446,
52	ASN1_INDEF_OVERRUN = 1859794447,
53	ASN1_INDEF_UNDERRUN = 1859794448,
54	ASN1_GOT_BER = 1859794449,
55	ASN1_INDEF_EXTRA_DATA = 1859794450
56} asn1_error_number;
57
58#define ERROR_TABLE_BASE_asn1 1859794432
59
60#define COM_ERR_BINDDOMAIN_asn1 "heim_com_err1859794432"
61
62#endif /* __asn1_err_h__ */
63