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//-----------------------------------------------------------------------------
52//-----------------------------------------------------------------------------
53namespace ini
54{
55 //---------------------------------------------------------------------------
67 //---------------------------------------------------------------------------
68 enum ERRORS
69 {
70 //-------------------------------------------------------------------------
79 READ_ERROR = -15501,
80 //-------------------------------------------------------------------------
89 WRITE_ERROR = -15502,
90 //-------------------------------------------------------------------------
99 //-------------------------------------------------------------------------
108 CREATE= -15504,
109 //-------------------------------------------------------------------------
118 CAST = -15505,
119 //-------------------------------------------------------------------------
129 //-------------------------------------------------------------------------
139 //-------------------------------------------------------------------------
149 //-------------------------------------------------------------------------
157 NO_FILENAME = -15509,
158 //-------------------------------------------------------------------------
167 UNKNOWN = -15600
168 //-------------------------------------------------------------------------
169 };
170 //---------------------------------------------------------------------------
171} // namespace ini
172//-----------------------------------------------------------------------------
173#endif
Definition IniFile.h:67
ERRORS
Error range = -15501 to -15600
Definition IniFileErrors.h:69
@ KEY_NOT_EXISTING
Definition IniFileErrors.h:128
@ NO_FILENAME
Definition IniFileErrors.h:157
@ UNKNOWN
Definition IniFileErrors.h:167
@ CREATE
Definition IniFileErrors.h:108
@ CAST
Definition IniFileErrors.h:118
@ PARAMETER_NULL_FORBIDDEN
Definition IniFileErrors.h:98
@ READ_ERROR
Definition IniFileErrors.h:79
@ SECTION_NOT_EXISTING
Definition IniFileErrors.h:138
@ SECTION_ALLREADY_EXISTING
Definition IniFileErrors.h:148
@ WRITE_ERROR
Definition IniFileErrors.h:89