tardis.exceptions.executorexceptions module

exception tardis.exceptions.executorexceptions.CommandExecutionFailure(message: str, exit_code: int | None, stdout: str, stderr: str, stdin: str | None = None)[source]

Bases: Exception

A command run by an executor failed

exception tardis.exceptions.executorexceptions.ExecutorFailure(description: str, executor: object)[source]

Bases: Exception

An executor itself failed when running a command