Cfdirectory Variables; Cferror Variables - MACROMEDIA COLDFUSION 4.5-QUICK REFERENCE TO CFML Quick Reference

Table of Contents

Advertisement

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.
Quick Reference to CFML
21

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-QUICK REFERENCE TO CFML and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 4.5

Table of Contents