MCPcopy
hub / github.com/mongodb/node-mongodb-native / handleWriteError

Method handleWriteError

src/bulk/unordered.ts:22–28  ·  view source on GitHub ↗
(writeResult: BulkWriteResult)

Source from the content-addressed store, hash-verified

20 }
21
22 override handleWriteError(writeResult: BulkWriteResult): void {
23 if (this.s.batches.length) {
24 return;
25 }
26
27 return super.handleWriteError(writeResult);
28 }
29
30 addToOperationsList(
31 batchType: BatchType,

Callers 1

executeCommandsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected