Package Honey :: Module Error
[show private | hide private]
[frames | no frames]

Module Honey.Error

Exceptions
AddressAlreadyInUse errno code: 98
AddressNotAvailable errno code: 99
ClientClosed -1
ConnectionAborted errno code: 103
ConnectionAlreadyInProgress errno code: 114
ConnectionError An error ocurred with a connection
ConnectionRefused errno code: 111
ConnectionResetByPeer errno code: 104
HoneyPythonError  
HostIsDown errno code: 112
HostUnreachable errno code: 113
MapSocketError A especial exception that maps errno error codes to specific ConnectionError exceptions for each case.
NetworkIsDown errno code: 100
NetworkReset errno code: 102
NetworkUnreachable errno code: 101
NoBufferSpaceAvailable errno code: 105
NotConnected errno code: 107
SelectError  
ServerError  
SocketError An error ocurred with a socket
SocketIsConnected errno code: 106
TCPTimeOut errno code: 110

Variable Summary
dict _connErrorMap

Variable Details

_connErrorMap

Type:
dict
Value:
{-1: <class Honey.Error.ClientClosed at 0x406a0bfc>,
 98: <class Honey.Error.AddressAlreadyInUse at 0x406a0c8c>,
 99: <class Honey.Error.AddressNotAvailable at 0x406a0d7c>,
 100: <class Honey.Error.NetworkIsDown at 0x406a0e9c>,
 101: <class Honey.Error.NetworkUnreachable at 0x406a90ec>,
 102: <class Honey.Error.NetworkReset at 0x406a911c>,
 103: <class Honey.Error.ConnectionAborted at 0x406a914c>,
 104: <class Honey.Error.ConnectionResetByPeer at 0x406a917c>,
...                                                                    

Generated by Epydoc 1.1 on Sun Dec 7 16:05:58 2003 http://epydoc.sf.net