pub unsafe extern "C" fn duckdb_file_handle_error_data(
file_handle: duckdb_file_handle,
) -> duckdb_error_dataExpand description
Retrieves the last error that occurred on the given file handle.
@param file_handle The file handle.
@return The error data. Must be destroyed with duckdb_destroy_error_data