Return to v1.4.5 docs

errorsOnBase()



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.
errorsOnBase([ name ]) <!--- Get all general type errors for the user object --->
<cfset errors = user.errorsOnBase()>