Function quackdb_internal::ffi::duckdb_function_set_error
source · pub unsafe extern "C" fn duckdb_function_set_error(
info: *mut c_void,
error: *const i8
)
Expand description
Report that an error has occurred while executing the function.
info: The info object error: The error message