Update beanvalidation.adoc

FieldErrro to FieldError
This commit is contained in:
John Gesimondo
2024-02-07 13:33:43 -08:00
committed by Juergen Hoeller
parent f7e5c9fbb2
commit 2724c6d8fe

View File

@@ -429,7 +429,7 @@ Kotlin::
----
======
A `ConstraintViolation` on `Person.name()` is adapted to a `FieldErrro` with the following:
A `ConstraintViolation` on `Person.name()` is adapted to a `FieldError` with the following:
- Error codes `"Size.student.name"`, `"Size.name"`, `"Size.java.lang.String"`, and `"Size"`
- Message arguments `"name"`, `10`, and `1` (the field name and the constraint attributes)