Part of libcloud.common.xmlrpc View Source View In Hierarchy
Known subclasses: libcloud.common.xmlrpc.XMLRPCResponse
This is a helper for API's that have a well defined collection of error codes that are easily parsed out of error messages. It acts as a factory: it finds the right exception for the error code, fetches any parameters it needs from the context and raises it.
Method | raise_exception_for_error | Undocumented |