This section provides details on the data object that reflect 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":"bad-request",
   "title":"Erroneous data input",
   "instance":"8ed959ae-bc22-43f4-893c-2f293518f258",
   "status":400,
   "errors":[
      {
         "type":"bad-request",
         "title":"Bad Request",
         "instance":"1664e1a7-d916-4cf9-944f-2d9f6d176f8f",
         "detail":"Expiry Date of Previous Key is required"
      }
   ]
}

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