pyisyox.exceptions module

Exceptions used by the PyISYoX module.

exception ISYInvalidAuthError[source]

Bases: Exception

Invalid authorization credentials provided.

exception ISYConnectionError[source]

Bases: Exception

Invalid connection parameters provided.

exception ISYNotInitializedError[source]

Bases: Exception

Invalid connection parameters provided.

exception ISYResponseParseError[source]

Bases: Exception

Error parsing a response provided by the ISY.

exception ISYResponseError[source]

Bases: Exception

Error receiving a response provided by the ISY.

exception ISYStreamDataError[source]

Bases: Exception

Invalid data in the isy event stream.

exception ISYStreamDisconnected[source]

Bases: ISYStreamDataError

The isy has disconnected.

exception ISYMaxConnections[source]

Bases: ISYStreamDisconnected

The isy has disconnected because it reached maximum connections.