msl.loadlib.exceptions module
Exception classes.
- exception msl.loadlib.exceptions.ConnectionTimeoutError(message)
Bases:
OSErrorRaised when the connection to the 32-bit server cannot be established.
- Parameters:
message (str) – The error message.
- Return type:
None
- exception msl.loadlib.exceptions.Server32Error(value, *, name='', traceback='')
Bases:
HTTPExceptionRaised when an exception occurs on the 32-bit server.
Added in version 0.5.
- Parameters:
- Return type:
None