Part of twisted.words.protocols.jabber.error View Source View In Hierarchy
Stream Error exception.
Refer to RFC 3920, section 4.7.3, for the allowed values forcondition
.
Method | getElement | Get XML representation from self. |
Inherited from BaseError:
Method | __init__ | Undocumented |
Method | __str__ | Undocumented |
Get XML representation from self.
Overrides the baseBaseError.getElement
to make sure the returned element is in the XML Stream namespace.
Returns | (type: domish.Element
) |