You are viewing documentation for v1.1.x. Change

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()>