module documentation
(source)

Exceptions and errors for use in twisted.internet modules.
Class ​Already​Called Undocumented
Class ​Already​Cancelled Undocumented
Class ​Already​Listened An attempt was made to listen on a file descriptor which can only be listened on once.
Class ​Bad​File​Error Undocumented
Class ​Bind​Error Undocumented
Class ​Cannot​Listen​Error This gets raised by a call to startListening, when the object cannotstart listening.
Class ​Certificate​Error Undocumented
Class ​Connect​Bind​Error Undocumented
Class ​Connect​Error Undocumented
Class ​Connecting​Cancelled​Error An Exception that will be raised when an IStreamClientEndpoint is cancelled before it connects.
Class ​Connect​In​Progress​Error A connect operation was started and isn't done yet.
Class ​Connection​Aborted Connection was aborted locally, using twisted.internet.interfaces.ITCPTransport.abortConnection.
Class ​Connection​Closed Connection was closed, whether cleanly or non-cleanly.
Class ​Connection​Done Undocumented
Class ​Connection​Fdesc​Went​Away Undocumented
Class ​Connection​Lost Undocumented
Class ​Connection​Refused​Error Undocumented
Class ​DNSLookup​Error Undocumented
Class ​File​Descriptor​Overrun A mis-use of IUNIXTransport.sendFileDescriptor caused the connection to be closed.
Class ​Invalid​Address​Error An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).
Class ​Message​Length​Error Undocumented
Class ​Multicast​Join​Error An attempt to join a multicast group failed.
Class ​No​Protocol An Exception that will be raised when the factory given to a IStreamClientEndpoint returns None from buildProtocol.
Class ​No​Route​Error Undocumented
Class ​Not​Connecting​Error Undocumented
Class ​Not​Listening​Error Undocumented
Class ​Peer​Verify​Error Undocumented
Class ​Potential​Zombie​Warning Emitted when IReactorProcess.spawnProcess is called in a way which may result in termination of the created child process not being reported.
Class ​Process​Done Undocumented
Class ​Process​Exited​Already The process has already exited and the operation requested can no longer be performed.
Class ​Process​Terminated No class docstring; 0/3 instance variable, 0/1 class variable, 0/1 constant, 1/1 method documented
Class ​Reactor​Already​Installed​Error Could not install reactor because one is already installed.
Class ​Reactor​Already​Running Error raised when trying to start the reactor multiple times.
Class ​Reactor​Not​Restartable Error raised when trying to run a reactor which was stopped.
Class ​Reactor​Not​Running Error raised when trying to stop a reactor which is not running.
Class ​Service​Name​Unknown​Error Undocumented
Class ​SSLError Undocumented
Class ​TCPTimed​Out​Error Undocumented
Class ​Timeout​Error Undocumented
Class ​Unknown​Host​Error Undocumented
Class ​Unsupported​Address​Family An attempt was made to use a socket with an address family (eg AF_INET, AF_INET6, etc) which is not supported by the reactor.
Class ​Unsupported​Socket​Type An attempt was made to use a socket of a type (eg SOCK_STREAM, SOCK_DGRAM, etc) which is not supported by the reactor.
Class ​User​Error Undocumented
Class ​Verify​Error Undocumented
Function get​Connect​Error Given a socket exception, return connection error.
Variable errno​Mapping Undocumented
def getConnectError(e): (source)
Given a socket exception, return connection error.
errnoMapping: dict = (source)

Undocumented