-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
It seems that the "error" functions that return a string are being replaced with "error_data" functions that return a structured error object.
New type: duckdb_error_data
New functions:
duckdb_create_error_data
duckdb_destroy_error_data
duckdb_error_data_error_type
duckdb_error_data_message
duckdb_error_data_has_error
Currently, the only usage of this new mechanism is in the appender, where duckdb_appender_error_data
replaces the (now deprecated) duckdb_appender_error
function.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request