Skip to content

Commit 28c2901

Browse files
committed
DOCSP-30350 add link to schema validation page
1 parent e6fc4b6 commit 28c2901

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/crud/operation-error-handling.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ on the failed operation, such as the schema rules and the offending document. To
9191
address this error, you must either revise the document to adhere to the schema
9292
validation rules or bypass validation.
9393

94+
To learn more about schema validation, see :manual:</core/schema-validation/> in the Server Manual.
95+
9496
Bulk Write Exception
9597
~~~~~~~~~~~~~~~~~~~~
9698

@@ -127,4 +129,4 @@ This exception message contains a list of the two ``WriteError`` objects. The
127129
description in the ``MongoBulkWriteException`` object is vague as
128130
documents associated with the same bulk operation could produce different error
129131
types. Refer to the individual ``WriteError`` objects' ``message`` fields to
130-
determine the cause of each error.
132+
determine the cause of each error.

0 commit comments

Comments
 (0)