Errors |
Validatable.errors() |
Provides an instance of localized Errors object, filled with error messages after validation.
|
Errors |
Validatable.errors(Locale locale) |
Provides an instance of localized Errors object, filled with error messages after validation.
|
Errors |
ValidationException.errors() |
Convenience method, returns the same object with errors that is attached to a model generated this exception.
|
Errors |
ValidationException.errors(Locale locale) |
Convenience method, returns the same object with errors that is attached to a model generated this exception.
|
Errors |
ValidationSupport.errors() |
Provides an instance of Errors object, filled with error messages after validation.
|
Errors |
ValidationSupport.errors(Locale locale) |
Provides an instance of localized Errors object, filled with error messages after validation.
|