error title

Synopsis A short, human-readable summary of the problem.
Where used

JSON API error responses

JSON API describes a recommended structure for error responses. This field within that structure gives a short human-readable summary of the problem.

Data type

String

Example

...
"title": "Subject is not authorised",
...