GlobalObjects
Lade ...
Suche ...
Keine Treffer
PtlListErrors.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_PtlLISTENFEHLER_H
2#define INC_PtlLISTENFEHLER_H
35//-----------------------------------------------------------------------------
36namespace ptl
37{
38 //---------------------------------------------------------------------------
50 enum ERRORS
51 {
52 //-------------------------------------------------------------------------
63 //-------------------------------------------------------------------------
75 //-------------------------------------------------------------------------
86 //-------------------------------------------------------------------------
96 NO_RM_NULL = -15004,
97 //-------------------------------------------------------------------------
108 NO_RM_AWAY = -15005,
109 //-------------------------------------------------------------------------
120 //-------------------------------------------------------------------------
131 //-------------------------------------------------------------------------
142 //-------------------------------------------------------------------------
153 //-------------------------------------------------------------------------
164 //-------------------------------------------------------------------------
177 //-------------------------------------------------------------------------
188 //-------------------------------------------------------------------------
199 RANGE = -15013,
200 //-------------------------------------------------------------------------
211 //-------------------------------------------------------------------------
221 DOUBLE_NODE = -15015,
222 //-------------------------------------------------------------------------
233 //-------------------------------------------------------------------------
244 CIRCULAR = -15017,
245 //-------------------------------------------------------------------------
255 WRONG_NODETYPE = -15018
256 //-------------------------------------------------------------------------
257 };
258 //---------------------------------------------------------------------------
259} // namespace ptl
260#endif
Definition PtlATDVList.h:41
ERRORS
Fehlerbereich = -15001 bis -15100
Definition PtlListErrors.h:51
@ DOUBLE_KNOTEN_ID
Definition PtlListErrors.h:152
@ SAME_SOURCE_TARGET
Definition PtlListErrors.h:187
@ RANGE
Definition PtlListErrors.h:199
@ OBJECT_ALREADY_AVAILABLE
Definition PtlListErrors.h:74
@ NO_RM_AWAY
Definition PtlListErrors.h:108
@ INSTANTIATE_SUBNODE
Definition PtlListErrors.h:130
@ INSTANTIATE_DVELEMENT
Definition PtlListErrors.h:62
@ ACTION_ON_EMPTY_LIST
Definition PtlListErrors.h:85
@ FATAL_MEMORY_LEAK
Definition PtlListErrors.h:232
@ CIRCULAR
Definition PtlListErrors.h:244
@ NO_PARENT_NODE
Definition PtlListErrors.h:141
@ DOUBLE_NODE
Definition PtlListErrors.h:221
@ IS_RESPONSIBLE
Definition PtlListErrors.h:176
@ INSTANTIATE_STRING
Definition PtlListErrors.h:163
@ OBJEKT_UNAVAILABLE
Definition PtlListErrors.h:119
@ NO_RM_NULL
Definition PtlListErrors.h:96
@ PASSED_NO_OBJECT
Definition PtlListErrors.h:210
@ WRONG_NODETYPE
Definition PtlListErrors.h:255