pub type GenericContractError = ContractError<Infallible>;
Expand description

A generic contract error.

Contains a Revert or Panic error.