CommandTimedOutError#
- exception phalanx.exceptions.CommandTimedOutError(command, args, exc)#
 Bases:
ExceptionExecution of a command failed.
- Parameters:
 command (
str) – Command being run.exc (
TimeoutExpired) – Exception reporting the failure.
- stdout#
 Standard output from the failed command.
- stderr#
 Standard error from the failed command.