base/zz_errors.h

Go to the documentation of this file.
00001 /* libzz
00002  *
00003  * This program is distributed under the GNU General Public License, version 2.
00004  * A copy of this license is included with this source.
00005  *
00006  * Copyright 2000-2006, Toni Thomsson <toni@tonjac.org> 
00007 */
00008 
00009 #if !defined(zz_errors_h)
00010 #define zz_errors_h
00011 
00012 /* Generic errorcodes, i.e for Czz-classes */
00013 #define ZZ_DATABASE_ERROR     2010
00014 #define ZZ_PERLWRAPPER_ERROR  2020
00015 #define ZZ_PIPEMAN_ERROR      2030 
00016 #define ZZ_SECSRV_ERROR           2040
00017 
00018 #define ZZ_ARG_MISSING            2050
00019 #define ZZ_ARG_NOT_FOUND          2051
00020 #define ZZ_INTERNAL                       2052
00021 #define ZZ_COULD_NOT_OPEN         2053
00022 #define ZZ_NOT_OPEN                       2054
00023 #define ZZ_TUX_NOVAR              2055
00024 #define ZZ_TUX_COULDNOTSETENV 2056
00025 #define ZZ_TUX_NOTONLINE      2057
00026 
00027 #endif

Generated on Thu Sep 21 21:45:41 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO