Update documentation on customizing validation errors with MessageSource #30653
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
There is an i18n section, but it's more general, how to customize RFC 7807 error responses for any exception. For validation errors it says:
Validation errors could use dedicated coverage with example error codes and messages to show how to customize the individual errors that are included in arguments
{0}
abd{1}
. The built-int web support for method validation in #30645 will add even more to this with validation errors directly on method parameters (as opposed to on fields in an Object).The text was updated successfully, but these errors were encountered: