pub unsafe extern "C" fn duckdb_file_system_error_data(
file_system: duckdb_file_system,
) -> duckdb_error_dataExpand description
Retrieves the last error that occurred on the given file system instance.
@param file_system The file system instance. @return The error data.