Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 495 Bytes

problem-details-exception.md

File metadata and controls

29 lines (21 loc) · 495 Bytes

Problem Details Exception

Structure

ProblemDetailsException

Fields

Name Type Tags Description
mtype string Optional -
title string Optional -
status int Optional -
detail string Optional -
instance string Optional -

Example (as JSON)

{
  "type": null,
  "title": null,
  "status": null,
  "detail": null,
  "instance": null
}