Loading...
Searching...
No Matches

Placing of compilation error messages. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static ErrMsg lookup (integer value)
 Find enum option from alternative value.
 

Public Attributes

 EndOfCompilerListing =(0)
 Place error messages at the end of compiler listing.
 
 FollowingError =(1)
 Place error messages immediately following the line with the error.
 
 Suppress =(2)
 Suppress error messages.
 
 UndefinedErrMsg =(3)
 Undefined option.
 

Detailed Description

Placing of compilation error messages.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

static ErrMsg Matlab.GAMS.ErrMsg.lookup ( integer  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.ErrMsg.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option