papyon :: service :: AddressBook :: constants :: AddressBookError :: Class AddressBookError

Class AddressBookError

object --+
         |
        AddressBookError

Address book related errors

Instance Methods

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

Class Variables
  CONTACT_ALREADY_EXISTS = 1
  CONTACT_ALREADY_IN_GROUP = 7
  CONTACT_DOES_NOT_EXIST = 2
  CONTACT_NOT_IN_GROUP = 8
  GROUP_ALREADY_EXISTS = 4
  GROUP_DOES_NOT_EXIST = 5
  GROUP_NAME_TOO_LONG = 6
  INVALID_CONTACT_ADDRESS = 3
  MEMBER_ALREADY_EXISTS = 9
  MEMBER_DOES_NOT_EXIST = 10
  UNKNOWN = 0
Properties

Inherited from object: __class__