![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual Download Page 125](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369125.webp)
Chapter 8: Debugging and Error Handling
99
Database exceptions
For database exceptions, ColdFusion supplies some additional diagnostic information.
The following variables are available whenever the exception type is database:
Expression exceptions
Locking exceptions
For exceptions related to CFLOCK sections, there is additional information available
within the CFCATCH block:
Property variable
Description
CFCATCH.NATIVEERRORCODE
The native error code associated with this
exception. Database drivers typically provide
error codes to assist in the diagnosis of failing
database operations. The values assumed by
CFCATCH.NATIVEERRORCODE are driver-
dependent. If no error code is provided, the
value of NativeErrorCode is -1.
CFCATCH.SQLSTATE
The SQLSTATE code associated with this
exception. Database drivers typically provide
error codes to assist in the diagnosis of failing
database operations. The values assumed by
CFCATCH.SQLSTATE are driver-dependent. If no
SQLSTATE value was provided, the value of
SQLSTATE is -1.
Property variable
Description
CFCATCH.ERRNUMBER
An internal expression error number, valid
only when
TYPE="Expression"
Property variable
Description
CFCATCH.LOCKNAME
The name of the affected lock. This is set to
"anonymous" if the lock name is not known.
CFCATCH.LOCKOPERATION
The operation that failed. This is set to
"unknown" if the failed operation is unknown.
Summary of Contents for COLDFUSION 4.5-DEVELOPING WEB
Page 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Page 14: ...xiv Developing Web Applications with ColdFusion...
Page 26: ...xxvi Developing Web Applications with ColdFusion...
Page 34: ...8 Developing Web Applications with ColdFusion...
Page 70: ...44 Developing Web Applications with ColdFusion...
Page 84: ...58 Developing Web Applications with ColdFusion...
Page 114: ...88 Developing Web Applications with ColdFusion...
Page 148: ...122 Developing Web Applications with ColdFusion...
Page 174: ...148 Developing Web Applications with ColdFusion...
Page 208: ...182 Developing Web Applications with ColdFusion...
Page 244: ...218 Developing Web Applications with ColdFusion...
Page 274: ...248 Developing Web Applications with ColdFusion...
Page 288: ...262 Developing Web Applications with ColdFusion...
Page 300: ...274 Developing Web Applications with ColdFusion...
Page 350: ...324 Developing Web Applications with ColdFusion...
Page 362: ...336 Developing Web Applications with ColdFusion...