MessageSeverity
Summary
Enumeration for the severity level of solver messages to retrieve using the solverMessages method of each solver object.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
All (Read only) |
Retrieves all solver messages, including informational, warning, and error messages. |
Object |
|
Warning (Read only) |
Retrieves warning messages. |
Object |
|
Error (Read only) |
Retrieves error messages. |
Object |
|
Info (Read only) |
Retrieves informational messages. |
Object |