0001
0002
0003
0004
0005
0006 #define UNDEFINED 200
0007 #define OUT_OF_MEMORY 201
0008 #define FILE_NOT_OPEN 202
0009 #define DIR_NOT_FOUND 203
0010 #define PROD_NOT_FOUND 204
0011 #define DIAG_NOT_FOUND 205
0012 #define TRAIT_NOT_FOUND 206
0013 #define OBJ_NOT_FOUND 207
0014 #define PAR_NOT_FOUND 208
0015 #define NO_OBJECTS 209
0016 #define BAD_SHOT 210
0017 #define BAD_TYPE_OBJECT 211
0018 #define BD_NOT_OPEN 212
0019 #define UNRECOVERABLE_E 213
0020 #define SQL_ERROR 214
0021 #define BAD_PROD 215
0022 #define BAD_OBJECT 216
0023 #define BAD_PARAM 217
0024 #define BAD_NB_VAL 218
0025 #define BAD_LENGTH 219
0026 #define ERR_DONNEE 220
0027 #define BAD_PARAM_FMT 221
0028 #define ERREUR_FORK 222
0029 #define ERREUR_WAIT 223
0030 #define ERREUR_EXEC 224
0031 #define ERREUR_SIG 225
0032 #define NOT_IMPLEMENTED 226
0033 #define FILE_ALREADY_LOCKED 227
0034 #define UNABLE_TO_LOCK 228