CommandTimedOutError#
- exception nublado.startup.exceptions.CommandTimedOutError(args, exc)#
Bases:
ExceptionExecution of a command failed.
- Parameters:
args (
Iterable[str]) – Command (args[0]) and arguments to that command.exc (
TimeoutExpired) – Exception reporting the failure.
- stdout#
Standard output from the failed command.
- stderr#
Standard error from the failed command.