ModelStatus
Enumeration of possible model status codes. For error codes, the execution run log may contain more information.
| value | description |
|---|---|
| OK | Model execution completed without error. |
| MATHERR | Model terminated due to a math error, such as division by zero. |
| ERROR | Model terminated due to a runtime error |
| IOERR | Model terminated due to a file error, such as File Not Found. |
| NIFCT | Model terminated in module function |
| NULL | Model terminated due to NULL dereference |
| LICERR | Model terminated due to a licensing error |
| STOP | Model interrupted |
| NOT_COMPLETED | Model not yet completed; execution scheduled & may be in progress. |
| LOAD_ERROR | An error occurred when loading the model into Xpress |
| INTERNAL_ERROR | Unexpected error |
