//
// errors.h
//
//
//
//
/* Generated from file 'errors.doc' by program GENERR */
enum _ErrEnum {
/* 0 */ Copyright,
/* 1 */ UnknownError,
/* 2 */ InternalError,
/* 3 */ MemoryError,
/* 4 */ InitError,
/* 5 */ TwiceInitError,
/* 6 */ InitInRunError,
/* 7 */ SetStepError,
/* 8 */ RunUseError,
/* 9 */ SFunctionUseError,
/* 10 */ AccuracyError,
/* 11 */ LinkRefError,
/* 12 */ LinkDelError,
/* 13 */ LinkOutError,
/* 14 */ DuplicateCalendar,
/* 15 */ DeletingActive,
/* 16 */ SchedulingBeforeTime,
/* 17 */ EmptyCalendar,
/* 18 */ ProcessRefError,
/* 19 */ ProcessNotInitialized,
/* 20 */ HistoRefError,
/* 21 */ HistoStepError,
/* 22 */ HistoCountError,
/* 23 */ ListRefError,
/* 24 */ ListActivityError,
/* 25 */ ListEmptyError,
/* 26 */ QueueRefError,
/* 27 */ EmptyWUListError,
/* 28 */ GraphRefError,
/* 29 */ EntityRefError,
/* 30 */ EntityIsNotScheduled,
/* 31 */ StatRefError,
/* 32 */ TStatRefError,
/* 33 */ TStatNotInitialized,
/* 34 */ CantCreateIntg,
/* 35 */ CantDestroyIntg,
/* 36 */ CantCreateStatus,
/* 37 */ CantDestroyStatus,
/* 38 */ FacilityRefError,
/* 39 */ FacInterruptError,
/* 40 */ ReleaseError,
/* 41 */ ReleaseNotSeized,
/* 42 */ StoreRefError,
/* 43 */ EnterCapError,
/* 44 */ LeaveManyError,
/* 45 */ SetCapacityError,
/* 46 */ SetQueueError,
/* 47 */ WeibullError,
/* 48 */ ErlangError,
/* 49 */ NegBinError,
/* 50 */ NegBinMError1,
/* 51 */ NegBinMError2,
/* 52 */ PoissonError,
/* 53 */ GeomError,
/* 54 */ HyperGeomError1,
/* 55 */ HyperGeomError2,
/* 56 */ OutFilePutError,
/* 57 */ OutFileOpenError,
/* 58 */ CantOpenOutFile,
/* 59 */ CantCloseOutFile,
/* 60 */ InitMinStepError,
/* 61 */ SetStepError2,
/* 62 */ SetAccuracyError,
/* 63 */ AlgLoopDetected,
/* 64 */ LowGreaterHigh,
/* 65 */ BadQntzrStep,
/* 66 */ InconsistentHeader,
/* 67 */ SemaphoreError,
/* 68 */ BadUniformParam,
/* 69 */ StatNoRecError,
/* 70 */ StatDispError,
/* 71 */ AL_BadBounds,
/* 72 */ AL_BadInitVal,
/* 73 */ AL_Diverg,
/* 74 */ AL_MaxCount,
/* 75 */ AL_NotInLoop,
/* 76 */ NI_UnknownMeth,
/* 77 */ NI_MultDefMeth,
/* 78 */ NI_IlStepSize,
/* 79 */ NI_NotSingleStep,
/* 80 */ NI_NotMultiStep,
/* 81 */ NI_CantSetMethod,
/* 82 */ NI_CantSetStarter,
/* 83 */ RlineErr1,
/* 84 */ RlineErr2,
/* 85 */ NoDebugErr,
/* 86 */ DelayTimeErr,
/* 87 */ ParameterChangeErr,
/* 88 */ UserError,
};
extern char *_ErrMsg(enum _ErrEnum N);
syntax highlighted by Code2HTML, v. 0.9.1