Skip to content

Commit

Permalink
bulk page
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Dec 19, 2024
1 parent e2fe5f5 commit 292d517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/fundamentals/crud/write-operations/bulk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,16 +366,16 @@ A ``MongoBulkWriteError`` object contains the following properties:

* - ``writeConcernErrors``
- | Write concern errors that occured during execution of the bulk write operation.
| Data Type: ``WriteConnectionError[]`
| Data Type: ``WriteConnectionError[]``

* - ``result``
- | The results of any successful operations performed before the exception was
thrown.
| Data Type: ``BulkWriteResult[]`
| Data Type: ``BulkWriteResult[]``

* - ``err``
- | The underlying error object, which may contain more details.
| Data Type: ``Error`
| Data Type: ``Error``

.. _node-bulk-addtl-info:

Expand Down

0 comments on commit 292d517

Please sign in to comment.