Main Page | Modules | Class List | File List | File Members

tqslerrno.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           tqslerrno.h  -  description
00003                              -------------------
00004     begin                : Tue May 28 2002
00005     copyright            : (C) 2002 by ARRL
00006     author               : Jon Bloom
00007     email                : jbloom@arrl.org
00008     revision             : $Id: tqslerrno_8h-source.html,v 1.8 2005/02/22 13:16:11 ke3z Exp $
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 /* __TQSLERRNO_H */

Generated on Tue Feb 22 08:15:36 2005 for TrustedQSL Library API by doxygen 1.3.4