If an error occurs, this API responds with JSON objects that provide information you can use to debug the problem. This example shows an authorization error, where the type
value is a non-navigable URI, and the instance
may be useful if you need to communicate about the problem with your Akamai support representative:
{
"type": "https://problems.luna.akamaiapis.net/api-definitions/error-types/UNAUTHORIZED",
"title": "Unauthorized Access/Action",
"status": 403,
"detail": "You don't have access to the end point.",
"instance": "https://problems.luna.akamaiapis.net/api-definitions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749"
}
For details on information contained in the error responses, refer to Error response syntax.