pub unsafe extern "C" fn duckdb_error_data_has_error(
error_data: duckdb_error_data,
) -> bool
Expand description
Returns whether the error data contains an error or not.
@param error_data The error data. @return True, if the error data contains an exception, else false.