Optional ReadonlytitleShort, human-readable summary of the problem type.
Should be the same for all occurrences of this problem type (e.g., "Payment Required", "Not Found").
Optional ReadonlytypeURI reference identifying the problem type.
Optional ReadonlyinstanceURI reference identifying the specific occurrence of the problem.
Optional ReadonlystatusHTTP status code generated by the origin server.
Optional ReadonlydetailHuman-readable explanation specific to this occurrence of the problem.
Optional ReadonlyreportMachine-readable error report (extension field).
Problem Details for HTTP APIs.
Standardized format for machine-readable error information in HTTP responses, as defined by RFC 7807. All fields are optional, allowing flexibility in error reporting. Use detail for human-readable occurrence-specific information, and report for machine-readable data.
See
RFC 7807 - Problem Details for HTTP APIs