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):
Method | parse_error | Parse the error messages. |
Parameters | error | JSON object containing ERRORCODE and ERRORMESSAGE (type: dict) |