Enum ethers_middleware::transformer::TransformerError [−][src]
pub enum TransformerError {
MissingField(String),
AbiParseError(ParseError),
AbiError(AbiError),
}
Expand description
Errors thrown from the types that implement the Transformer
trait.
Variants
MissingField(String)
Tuple Fields of MissingField
0: String
AbiParseError(ParseError)
Tuple Fields of AbiParseError
0: ParseError
AbiError(AbiError)
Tuple Fields of AbiError
0: AbiError
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TransformerError
impl Send for TransformerError
impl Sync for TransformerError
impl Unpin for TransformerError
impl !UnwindSafe for TransformerError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
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