Summary
Enumeration for the severity level of solver messages to retrieve using the solverMessages method of each solver object.
Properties
Property | 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 |