A | |
Abort [Unixqueue] |
Event handlers can raise this exception to cancel a group
of handlers, events, and resources.
|
Addressing_method_not_supported [Uq_engines] |
Raised by
client_socket_connector and server_socket_acceptor to
indicate that the passed address is not supported by the class.
|
B | |
Broken_communication [Uq_engines] |
Engines indicate this error when they cannot continue because the
other endpoint of communication signals an error.
|
C | |
Closed_channel [Uq_engines] |
Raised when a method of a closed channel object is called (only channel
methods count).
|
O | |
Out_of_handlers [Equeue] |
Raised by
run when the event source adds new events to the queue
but there are no event handlers to process them
|
R | |
Reject [Equeue] |
May be raised by event handlers to reject events
|
S | |
Socks_error [Uq_socks5] |
Raised when error messages of the SOCKS proxy are received, or
because of other SOCKS-related problems.
|
T | |
Terminate [Equeue] |
May be raised by event handlers to accept events while terminating
themselves
|
W | |
Watchdog_timeout [Uq_engines] |
Used by the watchdog engine to indicate a timeout.
|