icedb
version 0.5.1
Snow particle scattering database API
lib
icedb
errorTypes.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
defs.h
"
3
namespace
icedb
{
4
namespace
error {
5
enum class
error_types
{
6
xDivByZero
,
7
xInvalidRange
,
8
xAssert
,
9
xBadInput
,
10
xNullPointer
,
11
xModelOutOfRange
,
12
xMissingFrequency
,
13
xEmptyInputFile
,
14
xMissingFolder
,
15
xMissingFile
,
16
xMissingVariable
,
17
xMissingConfigurationFile
,
18
xFileExists
,
19
xPathExistsWrongType
,
20
xTypeMismatch
,
21
xUnknownFileFormat
,
22
xMissingKey
,
23
xMissingHash
,
24
xKeyExists
,
25
xUnimplementedFunction
,
26
xFallbackTemplate
,
27
xArrayOutOfBounds
,
28
xDimensionMismatch
,
29
xSingular
,
30
xDLLversionMismatch
,
31
xDuplicateHook
,
32
xHandleInUse
,
33
xHandleNotOpen
,
34
xSymbolNotFound
,
35
xBadFunctionMap
,
36
xBadFunctionReturn
,
37
xBlockedHookLoad
,
38
xBlockedHookUnload
,
39
xDLLerror
,
40
xUpcast
,
41
xCannotFindReference
,
42
xOtherError
,
43
xUnsupportedIOaction
44
};
45
const
char
*
stringify
(
error_types
);
46
}
47
}
icedb::error::error_types::xMissingKey
icedb::error::error_types::xHandleInUse
icedb::error::error_types::xCannotFindReference
icedb::error::error_types::xOtherError
icedb::error::error_types::xDLLerror
icedb::error::error_types::xInvalidRange
icedb::error::error_types::xMissingFolder
icedb::error::error_types::xBadFunctionReturn
icedb::error::error_types::xBadFunctionMap
icedb::error::error_types::xMissingVariable
icedb::error::error_types::xNullPointer
icedb::error::error_types::xBlockedHookLoad
icedb::error::error_types::xUnknownFileFormat
defs.h
icedb::error::error_types::xFileExists
icedb::error::error_types::xSymbolNotFound
icedb::error::error_types::xTypeMismatch
icedb::error::error_types::xArrayOutOfBounds
icedb::error::error_types
error_types
Definition:
errorTypes.hpp:5
icedb::error::error_types::xFallbackTemplate
icedb::error::stringify
DL_ICEDB void stringify(error_code_t err, std::string &res)
Definition:
error.cpp:307
icedb::error::error_types::xUnimplementedFunction
icedb::error::error_types::xModelOutOfRange
icedb::error::error_types::xMissingFile
icedb::error::error_types::xDimensionMismatch
icedb::error::error_types::xDuplicateHook
icedb::error::error_types::xMissingHash
icedb::error::error_types::xBadInput
icedb::error::error_types::xAssert
icedb::error::error_types::xPathExistsWrongType
icedb::error::error_types::xDivByZero
icedb::error::error_types::xHandleNotOpen
icedb::error::error_types::xMissingFrequency
icedb::error::error_types::xDLLversionMismatch
icedb::error::error_types::xMissingConfigurationFile
icedb
Definition:
Attributes.cpp:8
icedb::error::error_types::xKeyExists
icedb::error::error_types::xUpcast
icedb::error::error_types::xBlockedHookUnload
icedb::error::error_types::xSingular
icedb::error::error_types::xEmptyInputFile
icedb::error::error_types::xUnsupportedIOaction
Generated by
1.8.13