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

errno

The error number for error just occurred.

message

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.