These docs are for v1. Click to read the latest docs for v2.

This section provides details on the data object that reflects the API's common response to error cases, and lists the API's range of response status codes for both error and success cases.

The error object contains type, title, instance, detail, status, and optionally, errors.

{
  "detail": "string",
  "errors": [
    {}
  ],
  "instance": "https://problems.luna.akamaiapis.net/api-definitions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749",
  "status": 404,
  "title": "Not Found",
  "type": "https://problems.luna.akamaiapis.net/api-definitions/error-types/NOT-FOUND"
}

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