Part of libcloud.base View Source View In Hierarchy
Known subclasses: libcloud.base.RawResponse, libcloud.common.base.JsonResponse, libcloud.common.base.XmlResponse, libcloud.common.openstack.OpenStackAuthResponse, libcloud.compute.drivers.ecp.ECPResponse, libcloud.compute.drivers.openstack.OpenStackResponse
Method | __init__ | Undocumented |
Method | parse_body | Parse response body. |
Method | parse_error | Parse the error messages. |
Method | success | Determine if our request was successful. |
Override in a provider's subclass.
Returns | Parsed body. |
Override in a provider's subclass.
Returns | Parsed error. |
The meaning of this can be arbitrary; did we receive OK status? Did the node get created? Were we authenticated?
Returns | True or False |