Function relay_cabi::relay_err_get_last_message
source ยท #[no_mangle]
pub extern "C" fn relay_err_get_last_message() -> RelayStr
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 relay_str_free
.