icedb  version 0.5.1
Snow particle scattering database API
Variables
errorCodes.cpp File Reference
#include "../icedb/errorCodes.h"
Include dependency graph for errorCodes.cpp:

Go to the source code of this file.

Variables

ICEDB_SYMBOL_PRIVATE const char * ICEDB_ERRORCODES_MAP [ICEDB_ERRORCODES_TOTAL]
 

Variable Documentation

◆ ICEDB_ERRORCODES_MAP

ICEDB_SYMBOL_PRIVATE const char* ICEDB_ERRORCODES_MAP[ICEDB_ERRORCODES_TOTAL]
Initial value:
=
{
"No error.\n",
"Unimplemented error. TODO.\n",
"dlopen error. See system message for specifics.\n",
"The DLL handle does not exist. The dll is probably not open.\n",
"Cannot open the DLL symbol.\n",
"Destroying the DLL handle, but references still exist!\n",
"Trying to decrement dll reference count below zero.\n",
"OS-specific general error.\n",
"Unimplemented function of function path.\n",
"Either not a plugin or an incompatible version.\n",
"The path does not exist.\n",
"The path is read only. No modifications allowed.\n",
"A null pointer was passed to a function. The function prohobits null pointers in this context.\n"
}

Definition at line 3 of file errorCodes.cpp.

Referenced by error_code_to_message(), error_code_to_message_size(), error_code_to_stream(), error_context_create_impl(), icedb::error::stringify(), and icedb::error::stringify< const char * >().