Loading...
Searching...
No Matches
Placing of compilation error messages.
More...
|
int | value () |
| Get the int value of this enumerated ErrMsg.
|
|
Placing of compilation error messages.
◆ lookup()
static EErrMsg com.gams.api.GAMSOptions.EErrMsg.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all errMsgs.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated ErrMsg that has the specified value, or UndefinedErrMsg if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EErrMsg.value |
( |
| ) |
|
Get the int value of this enumerated ErrMsg.
- Returns
- the errMsg value
◆ EndOfCompilerListing
com.gams.api.GAMSOptions.EErrMsg.EndOfCompilerListing =(0) |
Place error messages at the end of compiler listing.
◆ FollowingError
com.gams.api.GAMSOptions.EErrMsg.FollowingError =(1) |
Place error messages immediately following the line with the error.
◆ Suppress
com.gams.api.GAMSOptions.EErrMsg.Suppress =(2) |
◆ UndefinedErrMsg
com.gams.api.GAMSOptions.EErrMsg.UndefinedErrMsg =(3) |