duckdb_error_data_message

Function duckdb_error_data_message 

Source
pub unsafe extern "C" fn duckdb_error_data_message(
    error_data: duckdb_error_data,
) -> *const c_char
Expand description

Returns the error message of the error data. Must not be freed.

@param error_data The error data. @return The error message.