A model carrying information detailing a previously returned error response. If the original response included an ErrorDetail
payload it is returned in the detail
field.
A model carrying information detailing the reason for an error that occurred.
The HTTP status of the HTTP response which originally communicated the error.
{ "detail": { "detail": "string", "message": "string", "schema": "ErrorDetail" }, "httpStatus": "string", "schema": "OriginalErrorResponse" }