spring-framework / org.springframework.web.reactive.result.view / BindStatus / getErrors

getErrors

@Nullable open fun getErrors(): Errors

Return the Errors instance (typically a BindingResult) that this bind status is currently associated with.

Return
the current Errors instance, or null if none

See Also
org.springframework.validation.BindingResult