When cferror generates an error page, the following error variables are available if type="request" or "exception".
Error.Diagnostics |
The following error variables are available if type="validation".
Error.ValidationHeader |
Any cfcatch variable that applies to exception type can be accessed within the Error scope, as follows:
Error.Type |
Note: You can substitute the prefix CFERROR for Error, if type = "Exception"; for example, CFERROR.Diagnostics, CFERROR.Mailto, or CFERROR.DateTime. |