Back
errorsOn()
Returns an array of all errors associated with the supplied property (and error name if passed in).
// Get all errors related to the email address of the user object
errors = user.errorsOn("emailAddress");
Copied!