error status

Synopsis The HTTP status code for this problem.
Where used

JSON API error responses

JSON API describes a recommended structure for error responses. This field within that structure is used for error conditions that lead to a response with an error HTTP status code (4xx or 5xx), and provides a copy of the HTTP status code within the response body.

Data type

String

Example

...
"status": "401",
...