Enum ethers_contract::AbiError [−][src]
pub enum AbiError {
DecodingError(Error),
DetokenizationError(InvalidOutputType),
WrongSelector,
}Variants
Thrown when the ABI decoding fails
DetokenizationError(InvalidOutputType)Thrown when detokenizing an argument
Tuple Fields of DetokenizationError
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AbiError
impl !UnwindSafe for AbiError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more