Enum ethers_middleware::gas_escalator::GasEscalatorError [−][src]
pub enum GasEscalatorError<M: Middleware> {
MiddlewareError(M::Error),
UnsupportedTxType,
}
Expand description
Error thrown when the GasEscalator interacts with the blockchain
Variants
MiddlewareError(M::Error)
Thrown when an internal middleware errors
Tuple Fields of MiddlewareError
0: M::Error
Trait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for GasEscalatorError<M> where
<M as Middleware>::Error: RefUnwindSafe,
impl<M> Send for GasEscalatorError<M>
impl<M> Sync for GasEscalatorError<M>
impl<M> Unpin for GasEscalatorError<M> where
<M as Middleware>::Error: Unpin,
impl<M> UnwindSafe for GasEscalatorError<M> where
<M as Middleware>::Error: UnwindSafe,
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