Macro fvm::syscall_error
source · [−]macro_rules! syscall_error {
( $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