Problem
typestring<uri>required
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable API documentation for the problem type (e.g., using HTML).
Possible values: non-empty
titlestringrequired
A short, summary of the problem type. Written in English and readable for engineers (usually not suited for non technical stakeholders and not localized).
Possible values: non-empty
statusintegerrequired
The HTTP status code generated by the origin server for this occurrence of the problem.
detailstring
A human readable explanation specific to this occurrence of the problem.
Possible values: non-empty
instancestring<uri>
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
Possible values: non-empty
Problem
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}