Macro fil_actors_shared::actor_error_v9

source ยท
macro_rules! actor_error_v9 {
    ( $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