CommandFailedError

exception phalanx.exceptions.CommandFailedError(command, args, exc)

Bases: Exception

Execution of a command failed.

Parameters:
stdout

Standard output from the failed command.

stderr

Standard error from the failed command.