icedb  version 0.5.1
Snow particle scattering database API
errorCodes.h
Go to the documentation of this file.
1 #pragma once
2 #ifndef ICEDB_H_ERRORCODES
3 #define ICEDB_H_ERRORCODES
4 
5 #include "defs.h"
6 #include <wchar.h>
8 
24  };
25 
27 
29 
30 #endif
#define ICEDB_END_DECL
Definition: defs.h:12
Trying to decrement dll reference count below zero.
Definition: errorCodes.h:16
#define ICEDB_SYMBOL_PRIVATE
Definition: defs.h:128
Not really an error, but used for counting.
Definition: errorCodes.h:23
The path is read only. No modifications allowed.
Definition: errorCodes.h:21
Unimplemented function path.
Definition: errorCodes.h:18
Placeholder error value.
Definition: errorCodes.h:11
ICEDB_ERRORCODES
Definition: errorCodes.h:9
Null pointer exception.
Definition: errorCodes.h:22
Attempting to destroy a dll handle, but references are still held.
Definition: errorCodes.h:15
ICEDB_SYMBOL_PRIVATE const char * ICEDB_ERRORCODES_MAP[ICEDB_ERRORCODES_TOTAL]
Definition: errorCodes.cpp:3
There is no error.
Definition: errorCodes.h:10
Error returned by an os subsystem (general)
Definition: errorCodes.h:17
#define ICEDB_BEGIN_DECL
Definition: defs.h:11
Error when opening a dll. Generic - see system error.
Definition: errorCodes.h:12
The path does not exist.
Definition: errorCodes.h:20
The DLL is not open.
Definition: errorCodes.h:13
Cannot open the symbol.
Definition: errorCodes.h:14
Either not a plugin or an incompatible version.
Definition: errorCodes.h:19