Package pyxmpp2 :: Package sasl :: Module core :: Class Failure
[hide private]

Class Failure


The failure SASL message.
Instance Methods [hide private]
 
__init__(self, reason)
Initialize the Failure object.
 
__repr__(self)
repr(x)

Inherited from Reply: encode

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

Instance Variables [hide private]
unicode. reason
the failure reason.

Inherited from Reply: data

Inherited from Reply (private): _encode

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, reason)
(Constructor)

 
Initialize the Failure object.
Parameters:
  • reason (unicode.) - the failure reason.
Overrides: object.__init__

__repr__(self)
(Representation operator)

 
repr(x)
Overrides: object.__repr__
(inherited documentation)