qtoolkit.core.exceptions module#
- exception qtoolkit.core.exceptions.CommandFailedError[source]#
Bases:
QTKError
Exception raised when the execution of a command has failed, typically by a non-zero return code.
- exception qtoolkit.core.exceptions.OutputParsingError[source]#
Bases:
QTKError
Exception raised when errors are recognized during the parsing of the outputs of command.