ASN1Errors.h
Go to the documentation of this file.00001
00009 #include "components.h"
00012 #define ASN1_DECODE_ERROR TOOLKIT_ASN_ERROR_BASE + 1 //generic decoder error
00013
00017 #define ASN1_ENCODE_ERROR TOOLKIT_ASN_ERROR_BASE + 2 //generic encoder error
00018
00020 #define ASN1_UNRECOGNIZED_TIME_FORMAT TOOLKIT_ASN_ERROR_BASE + 3
00021
00023 #define ASN1_INVALID_PERIOD TOOLKIT_ASN_ERROR_BASE + 4
00024
00026 #define ASN1_INVALID_TIME TOOLKIT_ASN_ERROR_BASE + 5
00027
00029 #define ASN1_INVALID_OID TOOLKIT_ASN_ERROR_BASE + 6 //added 7/12/2003