icedb  version 0.5.1
Snow particle scattering database API
errorCodes.cpp
Go to the documentation of this file.
1 #include "../icedb/errorCodes.h"
2 
4 {
5  "No error.\n",
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"
18 };
#define ICEDB_SYMBOL_PRIVATE
Definition: defs.h:128
Not really an error, but used for counting.
Definition: errorCodes.h:23
ICEDB_SYMBOL_PRIVATE const char * ICEDB_ERRORCODES_MAP[ICEDB_ERRORCODES_TOTAL]
Definition: errorCodes.cpp:3