This section shows you how to handle various kinds of error responses the Client Access Control API generates. It also lists the range of HTTP response codes and provides details for many API-specific error messages along with their likely causes.
Problem Details object
This API responds with HTTP Problem Details error objects. The sample shows an incorrect request error where the detail
parameter explains why the error occurred and the problemId
may be useful if you need to communicate about the problem with your Akamai support representative.
The sample shows a typical 400 error.
{
"detail": "No CIDR found for version 2",
"instance": "1a234b56-7890-1cde-23f4-gh56ij789kl",
"problemId": "1a234b56-7890-1cde-23f4-gh56ij789kl",
"status": 400,
"title": "Bad Request",
"type": "bad-request"
}
For details on information contained in the error responses, refer to Error response syntax.