Error responses sent to client requests follow this format:

{
  "request": string,
  "requestId": string,
  "clientId": string,
  "errors": {
    "statusCode": number,
    "message": string
  }[]
}

request/requestId/clientId: The value is echoed back from the original request made to the service unless it was invalid.

statusCode: A numeric code indicating the specific error encountered with the request.

message: Contextual information about the error and what prompted it.