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