1 #include "../icedb/errorCodes.h" 6 "Unimplemented error. TODO.\n",
7 "dlopen error. See system message for specifics.\n",
8 "The DLL handle does not exist. The dll is probably not open.\n",
9 "Cannot open the DLL symbol.\n",
10 "Destroying the DLL handle, but references still exist!\n",
11 "Trying to decrement dll reference count below zero.\n",
12 "OS-specific general error.\n",
13 "Unimplemented function of function path.\n",
14 "Either not a plugin or an incompatible version.\n",
15 "The path does not exist.\n",
16 "The path is read only. No modifications allowed.\n",
17 "A null pointer was passed to a function. The function prohobits null pointers in this context.\n" #define ICEDB_SYMBOL_PRIVATE
Not really an error, but used for counting.
ICEDB_SYMBOL_PRIVATE const char * ICEDB_ERRORCODES_MAP[ICEDB_ERRORCODES_TOTAL]