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