Exceptions

exception DataSizeError

Bases: Exception

Raised the data size doesn’t correspond to the connection’s data size.

exception DataTypeError

Bases: Exception

Raised when data type doesn’t correspond to the connection’s data type.

exception HandlerMissingException

Bases: Exception

Raised when an event handler is missing a handler for a specific event.

exception HeaderSizeError

Bases: Exception

Raised when the header’s size is greater than the protocol’s header size.