Enum ethers_core::abi::AbiError [−][src]
pub enum AbiError {
DecodingError(Error),
DetokenizationError(InvalidOutputType),
WrongSelector,
}
Expand description
ABI codec related errors
Variants
DecodingError(Error)
Tuple Fields
0: Error
Thrown when the ABI decoding fails
DetokenizationError(InvalidOutputType)
Tuple Fields
Thrown when detokenizing an argument
WrongSelector
Trait Implementations
Performs the conversion.