Exceptions

exception ingenialink.exceptions.ILAccessError[source]

IngeniaLink access error.

exception ingenialink.exceptions.ILAlreadyInitializedError[source]

InteniaLink already initialized error.

exception ingenialink.exceptions.ILCreationError[source]

IngeniaLink creation error.

exception ingenialink.exceptions.ILDisconnectionError[source]

IngeniaLink disconnection error.

exception ingenialink.exceptions.ILError[source]

IngeniaLink generic error.

exception ingenialink.exceptions.ILIOError[source]

IngeniaLink I/O error.

exception ingenialink.exceptions.ILMemoryError[source]

IngeniaLink memory error.

exception ingenialink.exceptions.ILNACKError[source]

IngeniaLink NACK error.

exception ingenialink.exceptions.ILNotSupportedError[source]

IngeniaLink Not supported error.

exception ingenialink.exceptions.ILStateError[source]

IngeniaLink state error.

exception ingenialink.exceptions.ILTimeoutError[source]

IngeniaLink timeout error.

exception ingenialink.exceptions.ILValueError[source]

IngeniaLink value error.

exception ingenialink.exceptions.ILWrongCRCError[source]

IngeniaLink Wrong CRC error.

exception ingenialink.exceptions.ILWrongRegisterError[source]

IngeniaLink Wrong register error.

exception ingenialink.exceptions.UDPException[source]

Exception on UDP action.