B | |
Bad_type [XmlRPCTypes] |
This exception is thrown by many of the conversion functions in this
module when passed a different type than what they're expecting
|
D | |
Done [CgiSource] |
Raised after each request, breaking out of the
XmlRPCServer.run loop
|
E | |
Error [XmlRPCServer] | |
R | |
Request_failed [XmlRPCClient] |
This exception (Or
XmlRPCTypes.Bad_type ) is raised if there's a
technical problem with the processing -- can't connect to the server,
the server returned something besides valid XML-RPC xml, or whatever.
|
Request_fault [XmlRPCClient] |
This exception is raised if the request completes successfully,
but returned a <fault> instead of a <params> in the
<methodResponse> node.
|