class documentation

class twisted.internet.error.CannotListenError(BindError): (source)

View In Hierarchy

This gets raised by a call to startListening, when the object cannotstart listening.

Instance Variable interface the interface I tried to listen on
Instance Variable port the port I tried to listen on
Instance Variable socketError the exception I got when I tried to listen
Method __init__ Undocumented
Method __str__ Undocumented

Inherited from BindError:

Class Variable __doc__ Undocumented
Class Variable MESSAGE Undocumented
interface = (source)
the interface I tried to listen on
port = (source)
the port I tried to listen on
socketError = (source)
the exception I got when I tried to listen
(type: socket.error)
def __init__(self, interface, port, socketError): (source)

Undocumented

def __str__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.