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 2015-09-04 15:29:41.