Function quackdb_internal::ffi::duckdb_pending_error
source · pub unsafe extern "C" fn duckdb_pending_error(
pending_result: *mut _duckdb_pending_result
) -> *const i8
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.