Package org.odpi.openmetadata.adapters.connectors.duckdb.ffdc
package org.odpi.openmetadata.adapters.connectors.duckdb.ffdc
FFDC stands for First Failure Data Capture. The classes in this package provide the message definitions and
descriptions used by the DuckDB connectors. DuckDBAuditCode contains the
messages for the audit log and the DuckDBErrorCode contains the messages for any exceptions
that are thrown by the connectors.
-
Enum ClassesClassDescriptionThe DuckDBAuditCode is used to define the message content for the OMRS Audit Log.The DuckDBErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the DuckDB connectors.