Home | Trees | Indices | Help |
|
---|
|
Raised when there is something wrong with a stanza processed.
When not processed earlier by an application, the exception will be catched by the stanza dispatcher to return XMPP error to the stanza sender, when allowed.
ProtocolErrors handled internally by PyXMPP will be logged via the logging interface. Errors reported to the sender will be logged using "pyxmpp2.ProtocolError.reported" channel and the ignored errors using "pyxmpp2.ProtocolError.ignored" channel. Both with the "debug" level.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
logger_reported = logging.getLogger("pyxmpp2.ProtocolError.rep
|
|||
logger_ignored = logging.getLogger("pyxmpp2.ProtocolError.igno
|
|
|||
xmpp_name XMPP error name which should be reported |
|||
message The error message. |
|||
Inherited from Inherited from |
|
|
|
|
|
logger_reported
|
logger_ignored
|
|
xmpp_nameXMPP error name which should be reported
|
messageThe error message.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:47 2011 | http://epydoc.sourceforge.net |