Back
errorsOnBase()
Returns an array of all errors associated with the object as a whole (not related to any specific property).
// Get all general type errors for the user object errors = user.errorsOnBase();
Copied!