Macro fil_actors_shared::actor_error_v13

source ยท
macro_rules! actor_error_v13 {
    ( $code:ident; $msg:expr ) => { ... };
    ( $code:ident; $msg:literal $(, $ex:expr)+ ) => { ... };
    ( $code:ident, $msg:expr ) => { ... };
    ( $code:ident, $msg:literal $(, $ex:expr)+ ) => { ... };
}
Expand description

Convenience macro for generating Actor Errors