t.p._.CommandFailed(Exception) : class documentation

Part of twisted.python._release View Source View In Hierarchy

Raised when a child process exits unsuccessfully.
Instance VariablesexitStatusThe exit status for the child process. (type: int )
exitSignalThe exit signal for the child process. (type: int )
outputThe bytes read from stdout and stderr of the child process. (type: str )
Method __init__ Undocumented
def __init__(self, exitStatus, exitSignal, output): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.