Macro multiversx_sc::sc_error
source · macro_rules! sc_error { ($s:expr) => { ... }; }
Expand description
Compact way of returning a static error message.
macro_rules! sc_error { ($s:expr) => { ... }; }
Compact way of returning a static error message.