#[unsafe(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.
#[unsafe(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.