File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -629,8 +629,8 @@ Troubleshooting
629
629
---------------
630
630
631
631
If the driver encounters an error during a bulk write operation, the driver
632
- throws a `MongoBulkWriteException
633
- <{+core-api+}/MongoBulkWriteException.html>`__. A ``MongoBulkWriteException``
632
+ throws a `MongoBulkWriteException.
633
+ <{+core-api+}/MongoBulkWriteException.html>`__ A ``MongoBulkWriteException``
634
634
contains a ``writeErrors`` field consisting of a list of one or more
635
635
``WriteError`` objects associated with the same bulk write operation.
636
636
@@ -665,7 +665,7 @@ value of ``"three"`` and another with a ``quantity`` field value of ``"ten"``.
665
665
... 19 more
666
666
667
667
To learn more about the ``MongoBulkWriteException`` and ``WriteError`` types,
668
- see MongoBulkWriteException and WriteError in the API documentation .
668
+ see MongoBulkWriteException and WriteError in the API Documentation section .
669
669
670
670
Additional Information
671
671
----------------------
Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ thrown if you attempt to insert a document where the value of ``quantity`` is
218
218
com.mongodb.internal.connection.WriteResultHelper.createWriteException(WriteResultHelper.java:50)
219
219
220
220
To learn more about the ``MongoWriteException`` and ``WriteError`` types,
221
- see MongoWriteException and WriteError in the API documentation . To learn
222
- more about schema validation, see Schema Validation in Additional Information .
221
+ see MongoWriteException and WriteError in the API Documentation section . To learn
222
+ more about schema validation, see Schema Validation in the Server Manual Entries section .
223
223
224
224
Additional Information
225
225
----------------------
You can’t perform that action at this time.
0 commit comments