CommandFailedError#

exception nublado.startup.exceptions.CommandFailedError(args, exc)#

Bases: Exception

Execution of a command failed.

Parameters:
stdout#

Standard output from the failed command.

stderr#

Standard error from the failed command.