ValidationErrors

open class ValidationErrors : Iterable<T>

A collection of ObjectErrors caused by bind validation failures. Where possible, included FieldErrors will be OriginProvider.

Author

Phillip Webb

Madhura Bhave

Since

2.0.0

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
Return the list of all validation errors.
Link copied to clipboard
open fun hasErrors(): Boolean
Link copied to clipboard
Link copied to clipboard