Skip to content

Commit 62af841

Browse files
author
Chris Cho
authored
DOCSP-9539: remove mention of errmsg from delete operations (#80)
1 parent 4cb513d commit 62af841

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

source/usage-examples/deleteMany.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ callback method as the optional third parameter. For more detailed
2828
information, see the
2929
:node-api:`deleteMany() API documentation <Collection.html#deleteMany>`.
3030

31-
The error object contains ``errmsg``, a human-readable explanation of
32-
what caused the operation to fail.
33-
3431
Example
3532
-------
3633

source/usage-examples/deleteOne.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ as an optional third parameter. For more information on this method,
2828
see the
2929
:node-api:`deleteOne() API documentation <Collection.html#deleteOne>`.
3030

31-
The error object contains ``errmsg``, a human-readable explanation of
32-
what caused the operation to fail.
33-
3431
.. note::
3532

3633
If your application requires the deleted document after deletion,

0 commit comments

Comments
 (0)