00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifdef HAVE_CONFIG_H
00012 #include "sysconfig.h"
00013 #endif
00014
00015 #ifndef __TQSLERRNO_H
00016 #define __TQSLERRNO_H
00017
00022 #define TQSL_NO_ERROR 0
00023 #define TQSL_SYSTEM_ERROR 1
00024 #define TQSL_OPENSSL_ERROR 2
00025 #define TQSL_ADIF_ERROR 3
00026 #define TQSL_CUSTOM_ERROR 4
00027 #define TQSL_CABRILLO_ERROR 5
00028 #define TQSL_OPENSSL_VERSION_ERROR 6
00029 #define TQSL_ERROR_ENUM_BASE 16
00030 #define TQSL_ALLOC_ERROR 16
00031 #define TQSL_RANDOM_ERROR 17
00032 #define TQSL_ARGUMENT_ERROR 18
00033 #define TQSL_OPERATOR_ABORT 19
00034 #define TQSL_NOKEY_ERROR 20
00035 #define TQSL_BUFFER_ERROR 21
00036 #define TQSL_INVALID_DATE 22
00037 #define TQSL_SIGNINIT_ERROR 23
00038 #define TQSL_PASSWORD_ERROR 24
00039 #define TQSL_EXPECTED_NAME 25
00040 #define TQSL_NAME_EXISTS 26
00041 #define TQSL_NAME_NOT_FOUND 27
00042 #define TQSL_INVALID_TIME 28
00043 #define TQSL_CERT_DATE_MISMATCH 29
00044 #define TQSL_PROVIDER_NOT_FOUND 30
00045 #define TQSL_CERT_KEY_ONLY 31
00046 #define TQSL_CONFIG_ERROR 32
00047 #define TQSL_CERT_NOT_FOUND 33
00048 #define TQSL_PKCS12_ERROR 34
00049 #define TQSL_CERT_TYPE_ERROR 35
00050 #define TQSL_DATE_OUT_OF_RANGE 36
00051
00052 #endif