SIMLIB/C++  3.07
errors.h
Go to the documentation of this file.
1 //
2 // errors.h
3 //
4 //
5 //
6 //
7 /* Generated from file 'errors.txt' by program GENERR */
8 
9 enum _ErrEnum {
10 /* 0 */ Copyright,
11 /* 1 */ UnknownError,
12 /* 2 */ InternalError,
13 /* 3 */ MemoryError,
14 /* 4 */ InitError,
17 /* 7 */ RunUseError,
18 /* 8 */ SetStepError,
20 /* 10 */ SetStepError2,
23 /* 13 */ AccuracyError,
24 /* 14 */ LinkRefError,
25 /* 15 */ LinkDelError,
26 /* 16 */ LinkOutError,
28 /* 18 */ DeletingActive,
30 /* 20 */ EmptyCalendar,
32 /* 22 */ HistoStepError,
33 /* 23 */ HistoCountError,
35 /* 25 */ ListEmptyError,
36 /* 26 */ QueueRefError,
38 /* 28 */ EntityRefError,
41 /* 31 */ CantCreateIntg,
42 /* 32 */ CantDestroyIntg,
46 /* 36 */ ReleaseError,
48 /* 38 */ EnterCapError,
49 /* 39 */ LeaveManyError,
51 /* 41 */ SetQueueError,
52 /* 42 */ WeibullError,
53 /* 43 */ ErlangError,
54 /* 44 */ NegBinError,
55 /* 45 */ NegBinMError1,
56 /* 46 */ NegBinMError2,
57 /* 47 */ PoissonError,
58 /* 48 */ GeomError,
59 /* 49 */ HyperGeomError1,
60 /* 50 */ HyperGeomError2,
61 /* 51 */ OutFilePutError,
63 /* 53 */ CantOpenOutFile,
65 /* 55 */ AlgLoopDetected,
66 /* 56 */ LowGreaterHigh,
67 /* 57 */ BadQntzrStep,
69 /* 59 */ SemaphoreError,
70 /* 60 */ BadUniformParam,
71 /* 61 */ StatNoRecError,
72 /* 62 */ StatDispError,
73 /* 63 */ AL_BadBounds,
74 /* 64 */ AL_BadInitVal,
75 /* 65 */ AL_Diverg,
76 /* 66 */ AL_MaxCount,
77 /* 67 */ AL_NotInLoop,
78 /* 68 */ NI_UnknownMeth,
79 /* 69 */ NI_MultDefMeth,
80 /* 70 */ NI_IlStepSize,
82 /* 72 */ NI_NotMultiStep,
85 /* 75 */ RlineErr1,
86 /* 76 */ RlineErr2,
87 /* 77 */ NoDebugErr,
88 /* 78 */ DelayTimeErr,
90 /* 80 */ UserError,
91 };
92 
93 extern const char *_ErrMsg(enum _ErrEnum N);
94 
const char * _ErrMsg(enum _ErrEnum N)
_ErrEnum
Definition: errors.h:9