Macro fuels_core::error_transaction
source · macro_rules! error_transaction { ($err_variant:ident, $fmt_str: literal $(,$arg: expr)*) => { ... }; }
Expand description
This macro can only be used for Error::Transaction variants that have a String field.
Those are: Builder, Validation, SqueezedOut, Other.