5.2. ADMMError¶
- class ADMMError¶
This exception can be caught for most routines. It has 2 properties (errno and message) to indicate which error occurred.
Properties
The error number for error just occurred.
The text message to explain what error just occurred.
- property errno: int¶
The error number for error just occurred.
- property message: str¶
The text message to explain what error just occurred.