Part of libcloud.dns.drivers.zerigo View Source View In Hierarchy
Method | success | Determine if our request was successful. |
Method | parse_error | Parse the error messages. |
Inherited from XmlResponse:
Method | parse_body | Parse response body. |
Inherited from Response (via XmlResponse):
Method | __init__ | Undocumented |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |
Override in a provider's subclass.
Returns | Parsed error. |