pub unsafe extern "C" fn duckdb_error_data_message(
error_data: duckdb_error_data,
) -> *const c_charExpand description
Returns the error message of the error data. Must not be freed.
@param error_data The error data. @return The error message.
pub unsafe extern "C" fn duckdb_error_data_message(
error_data: duckdb_error_data,
) -> *const c_charReturns the error message of the error data. Must not be freed.
@param error_data The error data. @return The error message.