SIMLIB/C++  3.07
Enumerations | Functions
errors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  _ErrEnum {
  Copyright, UnknownError, InternalError, MemoryError,
  InitError, TwiceInitError, InitInRunError, RunUseError,
  SetStepError, InitMinStepError, SetStepError2, SetAccuracyError,
  SFunctionUseError, AccuracyError, LinkRefError, LinkDelError,
  LinkOutError, DuplicateCalendar, DeletingActive, SchedulingBeforeTime,
  EmptyCalendar, ProcessNotInitialized, HistoStepError, HistoCountError,
  ListActivityError, ListEmptyError, QueueRefError, EmptyWUListError,
  EntityRefError, EntityIsNotScheduled, TStatNotInitialized, CantCreateIntg,
  CantDestroyIntg, CantCreateStatus, CantDestroyStatus, FacInterruptError,
  ReleaseError, ReleaseNotSeized, EnterCapError, LeaveManyError,
  SetCapacityError, SetQueueError, WeibullError, ErlangError,
  NegBinError, NegBinMError1, NegBinMError2, PoissonError,
  GeomError, HyperGeomError1, HyperGeomError2, OutFilePutError,
  OutFileOpenError, CantOpenOutFile, CantCloseOutFile, AlgLoopDetected,
  LowGreaterHigh, BadQntzrStep, InconsistentHeader, SemaphoreError,
  BadUniformParam, StatNoRecError, StatDispError, AL_BadBounds,
  AL_BadInitVal, AL_Diverg, AL_MaxCount, AL_NotInLoop,
  NI_UnknownMeth, NI_MultDefMeth, NI_IlStepSize, NI_NotSingleStep,
  NI_NotMultiStep, NI_CantSetMethod, NI_CantSetStarter, RlineErr1,
  RlineErr2, NoDebugErr, DelayTimeErr, ParameterChangeErr,
  UserError
}
 

Functions

const char * _ErrMsg (enum _ErrEnum N)
 

Enumeration Type Documentation

◆ _ErrEnum

enum _ErrEnum
Enumerator
Copyright 
UnknownError 
InternalError 
MemoryError 
InitError 
TwiceInitError 
InitInRunError 
RunUseError 
SetStepError 
InitMinStepError 
SetStepError2 
SetAccuracyError 
SFunctionUseError 
AccuracyError 
LinkRefError 
LinkDelError 
LinkOutError 
DuplicateCalendar 
DeletingActive 
SchedulingBeforeTime 
EmptyCalendar 
ProcessNotInitialized 
HistoStepError 
HistoCountError 
ListActivityError 
ListEmptyError 
QueueRefError 
EmptyWUListError 
EntityRefError 
EntityIsNotScheduled 
TStatNotInitialized 
CantCreateIntg 
CantDestroyIntg 
CantCreateStatus 
CantDestroyStatus 
FacInterruptError 
ReleaseError 
ReleaseNotSeized 
EnterCapError 
LeaveManyError 
SetCapacityError 
SetQueueError 
WeibullError 
ErlangError 
NegBinError 
NegBinMError1 
NegBinMError2 
PoissonError 
GeomError 
HyperGeomError1 
HyperGeomError2 
OutFilePutError 
OutFileOpenError 
CantOpenOutFile 
CantCloseOutFile 
AlgLoopDetected 
LowGreaterHigh 
BadQntzrStep 
InconsistentHeader 
SemaphoreError 
BadUniformParam 
StatNoRecError 
StatDispError 
AL_BadBounds 
AL_BadInitVal 
AL_Diverg 
AL_MaxCount 
AL_NotInLoop 
NI_UnknownMeth 
NI_MultDefMeth 
NI_IlStepSize 
NI_NotSingleStep 
NI_NotMultiStep 
NI_CantSetMethod 
NI_CantSetStarter 
RlineErr1 
RlineErr2 
NoDebugErr 
DelayTimeErr 
ParameterChangeErr 
UserError 

Definition at line 9 of file errors.h.

Function Documentation

◆ _ErrMsg()

const char* _ErrMsg ( enum _ErrEnum  N)