Errors

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.
EdgeGrid responds with HTTP Problem error objects that provide details useful for debugging. For example:

{
    "type": "https://problems.omni.akamaiapis.net/http/not-found",
    "title": "Not Found",
    "detail": "Invalid Resource Requested. Code-090209",
    "status": 404,
    "instance": "aeb030ed-0645-484d-93e2-77e88345663c"
}