Part of libcloud.dns.drivers.linode View Source View In Hierarchy
Method | _make_excp | Convert an API error to a LinodeException instance |
Inherited from LinodeResponse:
Method | __init__ | Instantiate a LinodeResponse from the HTTP response |
Method | parse_body | Parse the body of the response into JSON objects |
Method | success | Check the response for success |
Inherited from Response (via LinodeResponse, JsonResponse):
Method | parse_error | Parse the error messages. |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
Convert an API error to a LinodeException instance @keyword error: JSON object containing C{ERRORCODE} and C{ERRORMESSAGE} @type error: dict