Package papyon :: Package event :: Module client :: Class ClientErrorType

Class ClientErrorType

source code

object --+
         |
        ClientErrorType

Client error types


See Also: ClientEventInterface.on_client_error

Instance Methods

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

Class Variables
  NETWORK = 0
Network related errors
  AUTHENTICATION = 1
Authentication related errors
  PROTOCOL = 2
Protocol related errors
  ADDRESSBOOK = 3
Address book related errors
  OFFLINE_MESSAGES = 4
Offline IM related errors
Properties

Inherited from object: __class__