Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.11 KB

ProblemJson.md

File metadata and controls

13 lines (10 loc) · 1.11 KB

ProblemJson

Properties

Name Type Description Notes
detail str A human readable explanation specific to this occurrence of the problem. [optional]
instance str An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. [optional]
status int The HTTP status code generated by the origin server for this occurrence of the problem. [optional]
title str A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable [optional]
type str An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type (e.g., using HTML). [optional] [default to 'about:blank']

[Back to Model list] [Back to API list] [Back to README]