Return to v2.3 docs

errorsOnBase()


Model Object Error Functions array model


Returns an array of all errors associated with the object as a whole (not related to any specific property).

Name Type Required Default Description
name string No Specify an error name here to only return errors for that error name.
// Get all general type errors for the user object
errors = user.errorsOnBase();

Related Functions

Error Functions