A model carrying information detailing the reason for an error that occurred.
detail | string An optional string containing details relevant to the error, for example an explanation of which field(s) in a message body failed validation and why. |
message required | string A human friendly description of the error that occurred. |
schema required | string Value: "ErrorDetail" |
{- "detail": "string",
- "message": "string",
- "schema": "ErrorDetail"
}