GlobalObjects
Loading...
Searching...
No Matches
IniFileErrors.h
Go to the documentation of this file.
1#ifndef INC_INIFILEERRORS_H
2#define INC_INIFILEERRORS_H
3//-----------------------------------------------------------------------------
37//-----------------------------------------------------------------------------
38namespace ini
39{
40 //---------------------------------------------------------------------------
52 //---------------------------------------------------------------------------
53 enum ERRORS
54 {
55 //-------------------------------------------------------------------------
64 READ_ERROR = -15501,
65 //-------------------------------------------------------------------------
74 WRITE_ERROR = -15502,
75 //-------------------------------------------------------------------------
84 //-------------------------------------------------------------------------
93 CREATE= -15504,
94 //-------------------------------------------------------------------------
103 CAST = -15505,
104 //-------------------------------------------------------------------------
114 //-------------------------------------------------------------------------
124 //-------------------------------------------------------------------------
134 //-------------------------------------------------------------------------
142 NO_FILENAME = -15509,
143 //-------------------------------------------------------------------------
152 UNKNOWN = -15600
153 //-------------------------------------------------------------------------
154 };
155 //---------------------------------------------------------------------------
156} // namespace ini
157//-----------------------------------------------------------------------------
158#endif
Definition IniFile.h:52
ERRORS
Error range = -15501 to -15600
Definition IniFileErrors.h:54
@ KEY_NOT_EXISTING
Definition IniFileErrors.h:113
@ NO_FILENAME
Definition IniFileErrors.h:142
@ UNKNOWN
Definition IniFileErrors.h:152
@ CREATE
Definition IniFileErrors.h:93
@ CAST
Definition IniFileErrors.h:103
@ PARAMETER_NULL_FORBIDDEN
Definition IniFileErrors.h:83
@ READ_ERROR
Definition IniFileErrors.h:64
@ SECTION_NOT_EXISTING
Definition IniFileErrors.h:123
@ SECTION_ALLREADY_EXISTING
Definition IniFileErrors.h:133
@ WRITE_ERROR
Definition IniFileErrors.h:74