-
Notifications
You must be signed in to change notification settings - Fork 30
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_dataduckdb_destroy_error_dataduckdb_error_data_error_typeduckdb_error_data_messageduckdb_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