Interface: BatchError
Defined in: async/batch/index.ts:10
Error type for batch processing failures.
Properties
batchIndex
readonlybatchIndex:number
Defined in: async/batch/index.ts:12
itemsInBatch
readonlyitemsInBatch:number
Defined in: async/batch/index.ts:13
type
readonlytype:"batch_error"
Defined in: async/batch/index.ts:11
underlyingError
readonlyunderlyingError:unknown
Defined in: async/batch/index.ts:14