We have a standardized way of reporting all errors.
Every error format has the following field
| Field | Description |
|---|---|
| type | The type of error |
| code | The specific code of the error |
| message | Human readable message that explains the error |
| details | The specific details of the error |
The error details object has the following field
| Field | Description |
|---|---|
| field | The parameter of the response that the error is with |
| reason | What the specific error with the above field is. |