pub type GenericContractError = ContractError<Infallible>;Aliased Type§
pub enum GenericContractError {
CustomError(Infallible),
Revert(Revert),
Panic(Panic),
}pub type GenericContractError = ContractError<Infallible>;pub enum GenericContractError {
CustomError(Infallible),
Revert(Revert),
Panic(Panic),
}