Package pyxmpp :: Package sasl :: Module core :: Class Failure
[show private | hide private]
[frames | no frames]

Class Failure

Reply --+
        |
       Failure


The failure SASL message.
Method Summary
  __init__(self, reason)
Initialize the Failure object.
  __repr__(self)
    Inherited from Reply
str base64(self)
Base64-encode the data contained in the reply.

Instance Variable Summary
unicode. reason: the failure reason.
    Inherited from Reply
str data: optional reply data.

Method Details

__init__(self, reason)
(Constructor)

Initialize the Failure object.
Parameters:
reason - the failure reason.
           (type=unicode.)
Overrides:
pyxmpp.sasl.core.Reply.__init__

Instance Variable Details

reason

the failure reason.
Type:
unicode.