Matlab.GAMS.ErrMsg Enum Reference
Placing of compilation error messages. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static ErrMsg | lookup (integer value) |
Find enum option from alternative value. More... | |
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 |
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