Skip to content

Commit 7ef6edd

Browse files
docs(NODE-6960): fix typo in getWriteErrorCount comment (#4544)
1 parent 25f5bb9 commit 7ef6edd

File tree

67 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed

docs/2.2/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,7 @@ <h4 class="name" id="getWriteErrorCount">
27352735

27362736

27372737
<div class="description">
2738-
<p>Returns the number of write errors off the bulk operation</p>
2738+
<p>Returns the number of write errors from the bulk operation</p>
27392739
</div>
27402740

27412741

docs/2.2/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
19581958
}
19591959

19601960
/**
1961-
* Returns the number of write errors off the bulk operation
1961+
* Returns the number of write errors from the bulk operation
19621962
*
19631963
* @return {number}
19641964
*/

docs/3.0/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ <h4 class="name" id="getWriteErrorCount">
28802880

28812881

28822882
<div class="description">
2883-
<p>Returns the number of write errors off the bulk operation</p>
2883+
<p>Returns the number of write errors from the bulk operation</p>
28842884
</div>
28852885

28862886

docs/3.0/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
20832083
};
20842084

20852085
/**
2086-
* Returns the number of write errors off the bulk operation
2086+
* Returns the number of write errors from the bulk operation
20872087
*
20882088
* @return {number}
20892089
*/

docs/3.1/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,7 @@ <h4 class="name" id="getWriteErrorCount">
30993099

31003100

31013101
<div class="description">
3102-
<p>Returns the number of write errors off the bulk operation</p>
3102+
<p>Returns the number of write errors from the bulk operation</p>
31033103
</div>
31043104

31053105

docs/3.1/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
22642264
}
22652265

22662266
/**
2267-
* Returns the number of write errors off the bulk operation
2267+
* Returns the number of write errors from the bulk operation
22682268
*
22692269
* @return {number}
22702270
*/

docs/3.2/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ <h4 class="name" id="getWriteErrorCount">
31233123

31243124

31253125
<div class="description">
3126-
<p>Returns the number of write errors off the bulk operation</p>
3126+
<p>Returns the number of write errors from the bulk operation</p>
31273127
</div>
31283128

31293129

docs/3.2/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
22762276
}
22772277

22782278
/**
2279-
* Returns the number of write errors off the bulk operation
2279+
* Returns the number of write errors from the bulk operation
22802280
*
22812281
* @return {number}
22822282
*/

docs/3.3/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ <h4 class="name" id="getWriteErrorCount">
31913191

31923192

31933193
<div class="description">
3194-
<p>Returns the number of write errors off the bulk operation</p>
3194+
<p>Returns the number of write errors from the bulk operation</p>
31953195
</div>
31963196

31973197

docs/3.3/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
23332333
}
23342334

23352335
/**
2336-
* Returns the number of write errors off the bulk operation
2336+
* Returns the number of write errors from the bulk operation
23372337
*
23382338
* @return {number}
23392339
*/

docs/3.4/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ <h4 class="name" id="getWriteErrorCount">
32783278

32793279

32803280
<div class="description">
3281-
<p>Returns the number of write errors off the bulk operation</p>
3281+
<p>Returns the number of write errors from the bulk operation</p>
32823282
</div>
32833283

32843284

docs/3.4/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
24202420
}
24212421

24222422
/**
2423-
* Returns the number of write errors off the bulk operation
2423+
* Returns the number of write errors from the bulk operation
24242424
*
24252425
* @return {number}
24262426
*/

docs/3.5/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ <h4 class="name" id="getWriteErrorCount">
33293329

33303330

33313331
<div class="description">
3332-
<p>Returns the number of write errors off the bulk operation</p>
3332+
<p>Returns the number of write errors from the bulk operation</p>
33333333
</div>
33343334

33353335

docs/3.5/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
24712471
}
24722472

24732473
/**
2474-
* Returns the number of write errors off the bulk operation
2474+
* Returns the number of write errors from the bulk operation
24752475
*
24762476
* @return {number}
24772477
*/

docs/3.6/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@ <h4 class="name" id="getWriteErrorCount">
37033703

37043704

37053705
<div class="description">
3706-
<p>Returns the number of write errors off the bulk operation</p>
3706+
<p>Returns the number of write errors from the bulk operation</p>
37073707
</div>
37083708

37093709

docs/3.6/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
25722572
}
25732573

25742574
/**
2575-
* Returns the number of write errors off the bulk operation
2575+
* Returns the number of write errors from the bulk operation
25762576
*
25772577
* @return {number}
25782578
*/

docs/3.7/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3738,7 +3738,7 @@ <h4 class="name" id="getWriteErrorCount">
37383738

37393739

37403740
<div class="description">
3741-
<p>Returns the number of write errors off the bulk operation</p>
3741+
<p>Returns the number of write errors from the bulk operation</p>
37423742
</div>
37433743

37443744

docs/3.7/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
25802580
}
25812581

25822582
/**
2583-
* Returns the number of write errors off the bulk operation
2583+
* Returns the number of write errors from the bulk operation
25842584
*
25852585
* @return {number}
25862586
*/

docs/4.0/classes/bulkwriteresult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h3>get<wbr>Write<wbr>Error<wbr>Count</h3>
658658
</aside>
659659
<div class="tsd-comment tsd-typography">
660660
<div class="lead">
661-
<p>Returns the number of write errors off the bulk operation</p>
661+
<p>Returns the number of write errors from the bulk operation</p>
662662
</div>
663663
</div>
664664
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>

docs/4.1/classes/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h3>get<wbr>Write<wbr>Error<wbr>Count</h3>
658658
</aside>
659659
<div class="tsd-comment tsd-typography">
660660
<div class="lead">
661-
<p>Returns the number of write errors off the bulk operation</p>
661+
<p>Returns the number of write errors from the bulk operation</p>
662662
</div>
663663
</div>
664664
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>

docs/4.10/classes/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteConcernError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteConcernError</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrorAt" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Error<wbr/>At<a href="#getWriteErrorAt" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Error<wbr/>At<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.10.0/src/bulk/common.ts#L289">src/bulk/common.ts:289</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4040
<p>Returns a specific write error object</p>
4141
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>index: <span class="tsd-signature-type">number</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrorCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Error<wbr/>Count<a href="#getWriteErrorCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Error<wbr/>Count<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.10.0/src/bulk/common.ts#L284">src/bulk/common.ts:284</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
42-
<p>Returns the number of write errors off the bulk operation</p>
42+
<p>Returns the number of write errors from the bulk operation</p>
4343
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrors" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Errors<a href="#getWriteErrors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Errors<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a><span class="tsd-signature-symbol">[]</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.10.0/src/bulk/common.ts#L294">src/bulk/common.ts:294</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4444
<p>Retrieve all write errors</p>
4545
</div></div><h4 class="tsd-returns-title">Returns <a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a><span class="tsd-signature-symbol">[]</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hasWriteErrors" class="tsd-anchor"></a><h3 class="tsd-anchor-link">has<wbr/>Write<wbr/>Errors<a href="#hasWriteErrors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">has<wbr/>Write<wbr/>Errors<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.10.0/src/bulk/common.ts#L279">src/bulk/common.ts:279</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">

docs/4.11/classes/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteConcernError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteConcernError</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrorAt" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Error<wbr/>At<a href="#getWriteErrorAt" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Error<wbr/>At<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.11.0/src/bulk/common.ts#L289">src/bulk/common.ts:289</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4040
<p>Returns a specific write error object</p>
4141
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>index: <span class="tsd-signature-type">number</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrorCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Error<wbr/>Count<a href="#getWriteErrorCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Error<wbr/>Count<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.11.0/src/bulk/common.ts#L284">src/bulk/common.ts:284</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
42-
<p>Returns the number of write errors off the bulk operation</p>
42+
<p>Returns the number of write errors from the bulk operation</p>
4343
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getWriteErrors" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Write<wbr/>Errors<a href="#getWriteErrors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">get<wbr/>Write<wbr/>Errors<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a><span class="tsd-signature-symbol">[]</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.11.0/src/bulk/common.ts#L294">src/bulk/common.ts:294</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4444
<p>Retrieve all write errors</p>
4545
</div></div><h4 class="tsd-returns-title">Returns <a href="WriteError.html" class="tsd-signature-type" data-tsd-kind="Class">WriteError</a><span class="tsd-signature-symbol">[]</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hasWriteErrors" class="tsd-anchor"></a><h3 class="tsd-anchor-link">has<wbr/>Write<wbr/>Errors<a href="#hasWriteErrors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">has<wbr/>Write<wbr/>Errors<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/mongodb/node-mongodb-native/blob/v4.11.0/src/bulk/common.ts#L279">src/bulk/common.ts:279</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">

0 commit comments

Comments
 (0)