If an error occurs, this API responds with JSON objects that provide information you can use to debug the problem.

This shows a typical error response. The outer object characterizes the overall problem, while the details array lists potentially more than one problem detected in the request.

{
    "type": "https://problems.luna.akamaiapis.net/adaptive-acceleration/v1/forbidden",
    "title": "Forbidden.",
    "detail": null,
    "instance": "22ada2ac-a89b-4f2e-8380-1ad1f3475deb",
    "httpStatus": 403
}

For details on information contained in the error responses, refer to Error response syntax.