Represents detailed error information for an individual entry in a batch request. Includes the index of the failed item and associated validation errors.
| Name | Type | Description | Notes |
|---|---|---|---|
| index | Integer | The index of the request that caused the error in the batch. | [optional] |
| validationErrors | List<ValidationError> | [optional] |