Macro forest_filecoin::shim::fvm_latest::syscall_error

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

Convenience macro for generating Actor Errors