Quick Reference to CFML
21
CFDIRECTORY variables
When used with ACTION=LIST, CFDIRECTORY returns a
query object. Queryname is the value of the NAME attribute
used in the CFDIRECTORY operation.
queryname
.Name
queryname
.Size
queryname
.Type
queryname
.DateLastModified
queryname
.Attributes
queryname
.Mode
CFERROR variables
When CFERROR generates an error page, the following error
variables are available if you have specified TYPE="Request",
TYPE="Exception" or TYPE="Monitor."
Error.Diagnostics
Error.MailTo
Error.DateTime
Error.Browser
Error.GeneratedContent
Error.RemoteAddress
Error.HTTPReferer
Error.Template
Error.QueryString
The following error variables are available if you have speci-
fied TYPE="Validation."
Error.ValidationHeader
Error.InvalidFields
Error.ValidationFooter
In addition, any of the CFCATCH variables that apply to the
exception type can be accessed within the Error scope.
Error.Type
Error.Message
Error.Detail
Error.ErrNumber
Error.NativeErrorCode
Error.SQLState
Error.LockName
Error.LockOperation
Error.MissingFileName
Error.TagContext
Error.ErrorCode
Error.ExtendedInfo
NOTE: You can substitute the prefix CFERROR for Error if you
have specified the type as "Exception" or "Monitor"; for exam-
ple, CFERROR.Diagnostics, CFERROR.Mailto or CFERROR.Da-
teTime.
Summary of Contents for COLDFUSION 4.5- TO CFML
Page 33: ...30 Quick Reference to CFML...