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 you encounter any errors when running the Live Archive Management API, the API responds with an error code and an error message that provides details useful for debugging.
This shows a typical error response you get when a request is made for a stream ID for which you don’t have read permission:
{
"type": "https://problems.luna-dev.akamaiapis.net/-/resource-impl/forward-origin-error",
"title": "Forbidden",
"status": 403,
"instance": "https://akaa-bcvzkpmpmke7ljco-imsshpx75pzckhdq.luna-dev.akamaiapis.net/live-archive/v1/streams/60997988/endpoints",
"method": "GET",
"serverIp": "104.125.223.90",
"clientIp": "23.79.233.23",
"requestId": "142558a",
"requestTime": "2018-06-22T10:41:58Z"
}
For details on information contained in the error responses, refer to Error response syntax.