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 9457 (which obsoletes RFC 7807). All fields are optional, allowing flexibility in error reporting. Use
detailfor human-readable occurrence-specific information, andreportfor machine-readable data.See
RFC 9457 - Problem Details for HTTP APIs