File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/pages/core/validation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ xref:web/webflux/ann-rest-exceptions.adoc[Error Responses] sections.
338338
339339
340340[[validation-beanvalidation-spring-method-exceptions]]
341- ==== Method Validation Exceptions
341+ === Method Validation Exceptions
342342
343343By default, `jakarta.validation.ConstraintViolationException` is raised with the set of
344344``ConstraintViolation``s returned by `jakarata.validation.Validator`. As an alternative,
@@ -386,7 +386,7 @@ implements `org.springframework.validation.Errors` and exposes validation errors
386386
387387
388388[[validation-beanvalidation-spring-method-i18n]]
389- ==== Customizing Validation Errors
389+ === Customizing Validation Errors
390390
391391The adapted `MessageSourceResolvable` errors can be turned into error messages to
392392display to users through the configured `MessageSource` with locale and language specific
You can’t perform that action at this time.
0 commit comments