asn1ErrCodes.h
Go to the documentation of this file.00001 /* 00002 * Copyright (c) 1997-2017 Objective Systems, Inc. 00003 * 00004 * This software is furnished under a license and may be used and copied 00005 * only in accordance with the terms of such license and with the 00006 * inclusion of the above copyright notice. This software or any other 00007 * copies thereof may not be provided or otherwise made available to any 00008 * other person. No title to and ownership of the software is hereby 00009 * transferred. 00010 * 00011 * The information in this software is subject to change without notice 00012 * and should not be construed as a commitment by Objective Systems, Inc. 00013 * 00014 * PROPRIETARY NOTICE 00015 * 00016 * This software is an unpublished work subject to a confidentiality agreement 00017 * and is protected by copyright and trade secret law. Unauthorized copying, 00018 * redistribution or other use of this work is prohibited. 00019 * 00020 * The above notice of copyright on this source code product does not indicate 00021 * any actual or intended publication of such source code. 00022 * 00023 *****************************************************************************/ 00029 #ifndef _ASN1ERRCODES_H_ 00030 #define _ASN1ERRCODES_H_ 00031 00048 #define ASN_OK_FRAG 2 00049 00054 #define ASN_E_BASE -100 00055 00064 #define ASN_E_INVOBJID (ASN_E_BASE) 00065 00072 #define ASN_E_INVLEN (ASN_E_BASE-1) 00073 00079 #define ASN_E_BADTAG (ASN_E_BASE-2) 00080 00086 #define ASN_E_INVBINS (ASN_E_BASE-3) 00087 00093 #define ASN_E_INVINDEX (ASN_E_BASE-4) 00094 00100 #define ASN_E_INVTCVAL (ASN_E_BASE-5) 00101 00107 #define ASN_E_CONCMODF (ASN_E_BASE-6) 00108 00116 #define ASN_E_ILLSTATE (ASN_E_BASE-7) 00117 00123 #define ASN_E_NOTPDU (ASN_E_BASE-8) 00124 00130 #define ASN_E_UNDEFTYP (ASN_E_BASE-9) 00131 00137 #define ASN_E_INVPERENC (ASN_E_BASE-10) 00138 00144 #define ASN_E_NOTINSEQ (ASN_E_BASE-11) 00145 00155 #define ASN_E_BAD_ALIGN (ASN_E_BASE-12) 00156 00164 #define ASN_E_UNKNOWNPDU (ASN_E_BASE-13) 00165 00170 #define ASN_E_NOTCANON (ASN_E_BASE-14) 00171 00175 #endif