interface ErrorWithBatchIndex {
    batchRequestIdx?: number;
}

Implemented by

Properties

Properties

batchRequestIdx?: number