True when e is a MintOperationError, including look-alikes by name + code.
e
Prefer this over instanceof, which misses errors thrown by another copy of this package (eg: npm dedupe failure) or by a custom request layer declaring its own class.
instanceof
True when
eis a MintOperationError, including look-alikes by name + code.