Function libduckdb_sys::duckdb_pending_error

source ·
pub unsafe extern "C" fn duckdb_pending_error(
    pending_result: duckdb_pending_result
) -> *const c_char
Expand description

Returns the error message contained within the pending result.

The result of this function must not be freed. It will be cleaned up when duckdb_destroy_pending is called.

result: The pending result to fetch the error from. returns: The error of the pending result.