ValidationErrors
| Field | Type | Required | Description |
|---|---|---|---|
errors |
array[ValidationError] |
Example
Section titled “Example”{ "errors": [ { "code": "INVALID_TOKEN", "field": "string", "message": "string", "value": "string" } ]}
