allErrors()
Description
Returns an array of all the errors on the object.
Function Syntax
allErrors()
Parameters
None.
Examples
<!--- Get all the errors for the `user` object --->
<cfset errorInfo = user.allErrors()>
allErrors()Returns an array of all the errors on the object.
allErrors()
None.
<!--- Get all the errors for the `user` object --->
<cfset errorInfo = user.allErrors()>