| Status code | Reason |
|---|---|
| 400 | Request parameter is invalid. |
| 401 | Error authentication. |
| 403 | Permission denied. |
| 404 | Notfound data or Notfound resource. |
| 405 | HTTP Method not allowed. |
| 409 | Conflict data or Conflict resource. |
| 500 | Server error. |
| Value | Schema | Description |
|---|---|---|
| code | String | Status code. |
| title | String | Error title. |
| message | String | Error message. |
| error_code | String | Error identifier code. If you implement handling, use this. |