GAMS exit code.
Enumerator |
---|
NormalReturn | Normal Return.
|
SolverToBeCalled | Solver is to be called, the system should never return this number.
|
CompilationError | There was a compilation error.
|
ExecutionError | There was an execution error.
|
SystemLimitsReached | System limits were reached.
|
FileError | There was a file error.
|
ParameterError | There was a parameter error.
|
LicensingError | There was a licensing error.
|
GAMSSystemError | There was a GAMS system error.
|
GAMSCouldNotBeStarted | GAMS cold not be started.
|
OutOfMemory | Out of memory.
|
OutOfDisk | Out of disk.
|
CouldNotCreateScratchDir | Could not create process/scratch directory.
|
TooManyScratchDirs | Too many process/scratch directories.
|
CouldNotDeleteScratchDir | Could not delete process/scratch directory.
|
CouldNotWriteGamsNext | Could not write the "gamsnext" script.
|
CouldNotWriteParamFile | Could not write the "parameter" file.
|
CouldNotReadEnvVar | Could not read environment variable.
|
CouldNotSpawnGAMScmex | Could not spawn the GAMS language compiler (gamscmex)
|
CurDirNotFound | Current directory (curdir) does not exist.
|
CurDirNotSet | Cannot set current directory (curdir)
|
BlankInSysDir | Blank in system directory (UNIX only)
|
BlankInCurDir | Blank in current directory (UNIX only)
|
BlankInScrExt | Blank in scratch extension (scrext)
|
UnexpectedCmexRC | Unexpected cmexRC.
|
ProcDirNotFound | Could not find the process directory (procdir)
|
CmexLibNotFound | CMEX library not found (experimental)
|
CmexLibEPNotFound | Entry point in CMEX library not found (experimental)
|
BlankInProcDir | Blank in process directory (UNIX only)
|
BlankInScrDir | Blank in scratch directory (UNIX only)
|
CannotAddPath | Cannot add path / Unknown UNIX environment / Cannot set environment variable.
|
MissingCommandLineParameter | Driver error: Missing command line parameter for gams.exe.
|
CannotInstallInterrupt | Driver error: Internal error: Cannot install interrupt handler
|
CouldNotGetCurrentDir | Driver error: Problems getting current directory (sometimes caused by specifying the current directory in Microsoft UNC format)
|
CmexNotFound | Driver error: Internal error: GAMS compile and execute module not found.
|
OptNotFound | Driver error: Internal error: Cannot load option handling library.
|