Part of twisted.words.protocols.jabber.error View Source View In Hierarchy
Known subclasses: twisted.words.protocols.jabber.error.StanzaError, twisted.words.protocols.jabber.error.StreamError
| Method | __init__ | Undocumented |
| Method | __str__ | Undocumented |
| Method | getElement | Get XML representation from self. |
Get XML representation from self.
The method creates andomish
representation of the error data contained in this exception.
| Returns | (type: domish.Element
) | |