Macro frame_support::assert_err_ignore_postinfo [−][src]
macro_rules! assert_err_ignore_postinfo {
($x : expr, $y : expr $(,) ?) => { ... };
}
Expand description
Assert an expression returns an error specified.
This can be used onDispatchResultWithPostInfo
when the post info should
be ignored.