t.i.e.ProcessTerminated(ConnectionLost) : class documentation

Part of twisted.internet.error View Source View In Hierarchy

A process has ended with a probable error condition
Instance Variable exitCode See __init__
Instance Variable signal See __init__
Instance Variable status See __init__
Method __init__ No summary

Inherited from ConnectionLost:

Method __str__ Undocumented
exitCode =
See __init__
signal =
See __init__
status =
See __init__
def __init__(self, exitCode=None, signal=None, status=None): (source)
ParametersexitCodeThe exit status of the process. This is roughly like the value you might pass to os.exit. This is None if the process exited due to a signal. (type: int or types.NoneType)
signalThe exit signal of the process. This is None if the process did not exit due to a signal. (type: int or types.NoneType)
statusThe exit code of the process. This is a platform specific combination of the exit code and the exit signal. See os.WIFEXITED and related functions. (type: int)
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.