We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4aa99a + 94f7797 commit 541c6e5Copy full SHA for 541c6e5
reference/constraints/UniqueEntity.rst
@@ -276,9 +276,9 @@ message
276
277
**type**: ``string`` **default**: ``This value is already used.``
278
279
-The message that's displayed when this constraint fails. This message is always
280
-mapped to the first field causing the violation, even when using multiple fields
281
-in the constraint.
+The message that's displayed when this constraint fails. This message is by default
+mapped to the first field causing the violation. When using multiple fields
+in the constraint, the mapping can be specified via the `errorPath`_ property.
282
283
Messages can include the ``{{ value }}`` placeholder to display a string
284
representation of the invalid entity. If the entity doesn't define the
0 commit comments