This API responds with HTTP Problem details error objects. This sample shows an incorrect request error, where details explain why the error occurred and incidentId may be useful if you need to communicate about the problem with your Akamai support representative:
{
"details": [
{
"code": "unreadable.value",
"message": "Unreadable value: 'xxxx' passed",
"data": {
"value": "xxxx"
}
}
],
"code": "bad.request",
"title": "Bad Request",
"incidentId": "808ccc7c-a36f-4a64-ae18-5d09bfab91fd"
}
For details on information contained in the error responses, refer to Error response syntax.