Function relay_cabi::relay_err_get_last_code
source ยท #[no_mangle]
pub extern "C" fn relay_err_get_last_code() -> RelayErrorCode
Expand description
Returns the last error code.
If there is no error, 0 is returned.
#[no_mangle]
pub extern "C" fn relay_err_get_last_code() -> RelayErrorCode
Returns the last error code.
If there is no error, 0 is returned.