IniFile
Loading...
Searching...
No Matches
PtlListErrors.h
Go to the documentation of this file.
1#ifndef INC_PtlLISTENFEHLER_H
2#define INC_PtlLISTENFEHLER_H
50//-----------------------------------------------------------------------------
51namespace ptl
52{
53 //---------------------------------------------------------------------------
65 enum ERRORS
66 {
67 //-------------------------------------------------------------------------
78 //-------------------------------------------------------------------------
90 //-------------------------------------------------------------------------
101 //-------------------------------------------------------------------------
111 NO_RM_NULL = -15004,
112 //-------------------------------------------------------------------------
123 NO_RM_AWAY = -15005,
124 //-------------------------------------------------------------------------
135 //-------------------------------------------------------------------------
146 //-------------------------------------------------------------------------
157 //-------------------------------------------------------------------------
168 //-------------------------------------------------------------------------
179 //-------------------------------------------------------------------------
192 //-------------------------------------------------------------------------
203 //-------------------------------------------------------------------------
214 RANGE = -15013,
215 //-------------------------------------------------------------------------
226 //-------------------------------------------------------------------------
236 DOUBLE_NODE = -15015,
237 //-------------------------------------------------------------------------
248 //-------------------------------------------------------------------------
259 CIRCULAR = -15017,
260 //-------------------------------------------------------------------------
270 WRONG_NODETYPE = -15018
271 //-------------------------------------------------------------------------
272 };
273 //---------------------------------------------------------------------------
274} // namespace ptl
275#endif
Definition PtlATDVList.h:56
ERRORS
Error range = -15001 to -15100
Definition PtlListErrors.h:66
@ DOUBLE_KNOTEN_ID
Definition PtlListErrors.h:167
@ SAME_SOURCE_TARGET
Definition PtlListErrors.h:202
@ RANGE
Definition PtlListErrors.h:214
@ OBJECT_ALREADY_AVAILABLE
Definition PtlListErrors.h:89
@ NO_RM_AWAY
Definition PtlListErrors.h:123
@ INSTANTIATE_SUBNODE
Definition PtlListErrors.h:145
@ INSTANTIATE_DVELEMENT
Definition PtlListErrors.h:77
@ ACTION_ON_EMPTY_LIST
Definition PtlListErrors.h:100
@ FATAL_MEMORY_LEAK
Definition PtlListErrors.h:247
@ CIRCULAR
Definition PtlListErrors.h:259
@ NO_PARENT_NODE
Definition PtlListErrors.h:156
@ DOUBLE_NODE
Definition PtlListErrors.h:236
@ IS_RESPONSIBLE
Definition PtlListErrors.h:191
@ INSTANTIATE_STRING
Definition PtlListErrors.h:178
@ OBJEKT_UNAVAILABLE
Definition PtlListErrors.h:134
@ NO_RM_NULL
Definition PtlListErrors.h:111
@ PASSED_NO_OBJECT
Definition PtlListErrors.h:225
@ WRONG_NODETYPE
Definition PtlListErrors.h:270