module documentation
Exceptions and errors for use in twisted.internet modules.
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
An attempt was made to listen on a file descriptor which can only be listened on once. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
This gets raised by a call to startListening, when the object cannotstart listening. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
An Exception that will be raised when an IStreamClientEndpoint is cancelled before it connects. |
Exception |
|
A connect operation was started and isn't done yet. |
Exception |
|
Connection was aborted locally, using twisted.internet.interfaces.ITCPTransport.abortConnection . |
Exception |
|
Connection was closed, whether cleanly or non-cleanly. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
A mis-use of IUNIXTransport.sendFileDescriptor caused the connection to be closed. |
Exception |
|
An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other). |
Exception |
|
Undocumented |
Exception |
|
An attempt to join a multicast group failed. |
Exception |
|
An Exception that will be raised when the factory given to a IStreamClientEndpoint returns None from buildProtocol. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Emitted when IReactorProcess.spawnProcess is called in a way which may result in termination of the created child process not being reported. |
Exception |
|
Undocumented |
Exception |
|
The process has already exited and the operation requested can no longer be performed. |
Exception |
|
No exception docstring; 0/3 instance variable, 0/1 class variable, 0/1 constant, 1/1 method documented |
Exception |
|
Could not install reactor because one is already installed. |
Exception |
|
Error raised when trying to start the reactor multiple times. |
Exception |
|
Error raised when trying to run a reactor which was stopped. |
Exception |
|
Error raised when trying to stop a reactor which is not running. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Exception |
|
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. |
Exception |
|
An attempt was made to use a socket of a type (eg SOCK_STREAM, SOCK_DGRAM, etc) which is not supported by the reactor. |
Exception |
|
Undocumented |
Exception |
|
Undocumented |
Function | get |
Given a socket exception, return connection error. |
Variable | errno |
Undocumented |