papyon :: gnet :: constants :: IoError :: Class IoError

Class IoError

object --+
         |
        IoError

I/O error codes

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  CONNECTION_FAILED = 1
  CONNECTION_TIMED_OUT = 2
  PROXY_AUTHENTICATION_REQUIRED = 21
  PROXY_CONNECTION_FAILED = 20
  PROXY_FORBIDDEN = 22
  SSL_CONNECTION_FAILED = 10
  SSL_PROTOCOL_ERROR = 11
  UNKNOWN = 0
Properties

Inherited from object: __class__