Function sourmash::ffi::utils::sourmash_err_get_last_message[][src]

#[no_mangle]
pub unsafe extern "C" fn sourmash_err_get_last_message(
) -> SourmashStr
Expand description

Returns the last error message.

If there is no error an empty string is returned. This allocates new memory that needs to be freed with sourmash_str_free.