Function duckdb_extract_statements_error

Source
pub unsafe extern "C" fn duckdb_extract_statements_error(
    extracted_statements: duckdb_extracted_statements,
) -> *const c_char
Expand description

Returns the error message contained within the extracted statements. The result of this function must not be freed. It will be cleaned up when duckdb_destroy_extracted is called.

@param extracted_statements The extracted statements to fetch the error from. @return The error of the extracted statements.