Class t.w.p.j.e.StreamError(Error):

Part of twisted.words.protocols.jabber.error View Source View In Hierarchy

Stream Error exception.
Method getElement Get XML representation from self.

Inherited from Error:

Method __init__ Undocumented
Method __str__ Undocumented
def getElement(self): (source)

Get XML representation from self.

Overrides the base Error.getElement to make sure the returned element is in the XML Stream namespace.
Returns(type: domish.Element )
API Documentation for twisted, generated by pydoctor.