Error Handling

All errors from the Database Driver for Perl and CT-Lib are propagated into the DBI layer.

An exception is errors or warnings that must be reported during driver startup, when there is no context available yet.

The DBI performs basic error reporting when the PrintError attribute is enabled.

To track problems with your program or problems at the system level, enable tracing on DBI operations using the DBI trace method.