Exceptions¶
vkp80iii.exceptions ¶
Exception hierarchy for the vkp80iii package.
VKPError ¶
Bases: Exception
Base class for all errors raised by this library.
Source code in src/vkp80iii/exceptions.py
6 7 | |
TransportError ¶
Bases: VKPError
A low-level I/O problem talking to the printer (open/read/write).
Source code in src/vkp80iii/exceptions.py
10 11 | |
TransportNotConnected ¶
Bases: TransportError
An operation was attempted before the transport was opened.
Source code in src/vkp80iii/exceptions.py
14 15 | |
StatusTimeout ¶
Bases: TransportError
The printer did not answer a real-time status query in time.
Source code in src/vkp80iii/exceptions.py
18 19 | |