QtToolExecutionError

exception QtToolExecutionError(returncode: int, cmd: str, stdout: bytes, stderr: bytes)[source]

Error thrown when a Qt tool returns a non-zero exit status code.

See also

call_qt_tool