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