Exceptions¶
-
exception
DataSizeError¶ Bases:
ExceptionRaised the data size doesn’t correspond to the connection’s data size.
-
exception
DataTypeError¶ Bases:
ExceptionRaised when data type doesn’t correspond to the connection’s data type.
DataSizeError¶Bases: Exception
Raised the data size doesn’t correspond to the connection’s data size.
DataTypeError¶Bases: Exception
Raised when data type doesn’t correspond to the connection’s data type.