Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 497 Bytes

File metadata and controls

15 lines (7 loc) · 497 Bytes

BatchErrorDetail

Represents detailed error information for an individual entry in a batch request. Includes the index of the failed item and associated validation errors.

Properties

Name Type Description Notes
index Integer The index of the request that caused the error in the batch. [optional]
validationErrors List<ValidationError> [optional]