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.

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

{
  "type": "https://problems.luna.akamaiapis.net/eccu-api/invalid-property-type",
  "title": "Invalid propertyType",
  "detail": "propertyType must be HOST_HEADER or ARL_TOKEN",
  "instance": "/eccu-api/error-instances/b39849c6-02ac-4084-9627-174e91a8fecd",
  "status": 400,
  "errors": []
}

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