Skip to content

docs(NODE-6960): fix typo in getWriteErrorCount comment #4544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/2.2/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/2.2/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.0/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.0/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
};

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.1/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.1/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.2/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3123,7 +3123,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.2/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.3/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.3/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.4/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3278,7 +3278,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.4/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.5/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.5/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.6/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.6/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2572,7 +2572,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/3.7/api/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3738,7 +3738,7 @@ <h4 class="name" id="getWriteErrorCount">


<div class="description">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/3.7/api/lib_bulk_common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
}

/**
* Returns the number of write errors off the bulk operation
* Returns the number of write errors from the bulk operation
*
* @return {number}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/4.0/classes/bulkwriteresult.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ <h3>get<wbr>Write<wbr>Error<wbr>Count</h3>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/classes/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ <h3>get<wbr>Write<wbr>Error<wbr>Count</h3>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.10/classes/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</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">
<p>Returns a specific write error object</p>
</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">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</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">
<p>Retrieve all write errors</p>
</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">
Expand Down
2 changes: 1 addition & 1 deletion docs/4.11/classes/BulkWriteResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</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">
<p>Returns a specific write error object</p>
</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">
<p>Returns the number of write errors off the bulk operation</p>
<p>Returns the number of write errors from the bulk operation</p>
</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">
<p>Retrieve all write errors</p>
</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">
Expand Down
Loading