exceptions
eq3btsmart.exceptions
#
Exceptions for the eq3btsmart library.
Eq3Exception
#
Bases: Exception
Base exception for the eq3btsmart library.
Source code in eq3btsmart/exceptions.py
15 16 |
|
Eq3ConnectionException
#
Bases: Eq3Exception
Exception for connection errors.
Source code in eq3btsmart/exceptions.py
19 20 |
|
Eq3CommandException
#
Bases: Eq3Exception
Exception for command errors.
Source code in eq3btsmart/exceptions.py
23 24 |
|
Eq3AlreadyAwaitingResponseException
#
Bases: Eq3Exception
Exception for commands that are already awaiting a response.
Source code in eq3btsmart/exceptions.py
27 28 |
|
Eq3TimeoutException
#
Bases: Eq3Exception
Exception for timeouts.
Source code in eq3btsmart/exceptions.py
31 32 |
|
Eq3StateException
#
Bases: Eq3Exception
Exception for invalid states.
Source code in eq3btsmart/exceptions.py
35 36 |
|
Eq3InternalException
#
Bases: Eq3Exception
Exception for internal errors.
Source code in eq3btsmart/exceptions.py
39 40 |
|
Eq3InvalidDataException
#
Bases: Eq3Exception
Exception for invalid data.
Source code in eq3btsmart/exceptions.py
43 44 |
|