errorsOnBase()
Description
Returns an array of all errors associated with the object as a whole (not related to any specific property).
Function Syntax
errorsOnBase([ name ])
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name |
string |
No | |
Specify an error name here to only return errors for that error name. |
Examples
<!--- Get all general type errors for the user object --->
<cfset errors = user.errorsOnBase()>
