00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00031 #ifndef flc_error_base_H
00032 #define flc_error_base_H
00033
00034 #define FALCON_RTL_ERROR_BASE 1000
00035 #define FALCON_COMPILER_ERROR_BASE 1100
00036 #define FALCON_CONFPARSER_ERROR_BASE 1110
00037 #define FALCON_MXML_ERROR_BASE 1120
00038 #define FALCON_PROCESS_ERROR_BASE 1140
00039 #define FALCON_REGEX_ERROR_BASE 1160
00040 #define FALCON_SOCKET_ERROR_BASE 1170
00041 #define FALCON_ZLIB_ERROR_BASE 1190
00042 #define FALCON_LOGGING_ERROR_BASE 1200
00043 #define FALCON_JSON_ERROR_BASE 1210
00044
00045 #define FALCON_DBI_ERROR_BASE 2000
00046 #define FALCON_THREADING_ERROR_BASE 2050
00047 #define FALCON_SDL_ERROR_BASE 2100
00048 #define FALCON_PDF_ERROR_BASE 2200
00049 #define FALCON_ERROR_DYNLIB_BASE 2250
00050 #define FALCON_ERROR_DBUS_BASE 2300
00051 #define FALCON_ERROR_GD_BASE 2330
00052
00053 #define FALCON_USER_ERROR_BASE 10000
00054
00055 #endif
00056
00057