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

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

Raised when a child process exits unsuccessfully.
Instance Variable exitStatus The exit status for the child process. (type: int)
Instance Variable exitSignal The exit signal for the child process. (type: int)
Instance Variable output The bytes read from stdout and stderr of the child process. (type: str)
Method __init__ Undocumented
exitStatus =
The exit status for the child process. (type: int)
exitSignal =
The exit signal for the child process. (type: int)
output =
The bytes read from stdout and stderr of the child process. (type: str)
def __init__(self, exitStatus, exitSignal, output): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.