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