twisted.words.protocols.jabber.error.BaseError(Exception) class documentationtwisted.words.protocols.jabber.error
(View In Hierarchy)
Known subclasses: twisted.words.protocols.jabber.error.StanzaError, twisted.words.protocols.jabber.error.StreamError
Base class for XMPP error exceptions.
| Class Variable | namespace | The namespace of the errorelement generated bygetElement. (type:str) | 
| Instance Variable | condition | The error condition. The valid values are defined by subclasses of BaseError. | 
| Instance Variable | text | Optional text message to supplement the condition or application specific 
condition. (type: unicode) | 
| Instance Variable | textLang | Identifier of the language used for the message in text. 
Values are as described in RFC 3066. (type:str) | 
| Instance Variable | appCondition | Application specific condition element, supplementing the error condition 
in condition. (type: object providingdomish.IElement.) | 
| Method | __init__ | Undocumented | 
| Method | __str__ | Undocumented | 
| Method | getElement | Get XML representation from self. | 
unicode)
  text. 
Values are as described in RFC 3066. (type: str)
  condition. (type: object providing domish.IElement.)
  Get XML representation from self.
The method creates an domish 
representation of the error data contained in this exception.
| Returns | (type: domish.Element) | |