Package papyon :: Package event :: Module conversation :: Class ConversationErrorType

Class ConversationErrorType

source code

object --+
         |
        ConversationErrorType

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
  CONTACT_INVITE = 3
Contact invitation related errors
  MESSAGE = 4
Message sending related errors
Properties

Inherited from object: __class__