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
629629---------------
630630
631631If 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``
634634contains a ``writeErrors`` field consisting of a list of one or more
635635``WriteError`` objects associated with the same bulk write operation.
636636
@@ -665,7 +665,7 @@ value of ``"three"`` and another with a ``quantity`` field value of ``"ten"``.
665665 ... 19 more
666666
667667To 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 .
669669
670670Additional Information
671671----------------------
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
218218 com.mongodb.internal.connection.WriteResultHelper.createWriteException(WriteResultHelper.java:50)
219219
220220To 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 .
223223
224224Additional Information
225225----------------------
You can’t perform that action at this time.
0 commit comments