Part of libcloud.compute.drivers.ec2 View Source View In Hierarchy
EC2 specific response parsing and error handling.
Method | parse_error | Parse the error messages. |
Inherited from XmlResponse (via AWSBaseResponse):
Method | parse_body | Parse response body. |
Inherited from Response (via AWSBaseResponse, XmlResponse):
Method | __init__ | Undocumented |
Method | success | Determine if our request was successful. |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
Parse the error messages. Override in a provider's subclass. @return: Parsed error.