Enum ethers_etherscan::errors::EtherscanError [−][src]
pub enum EtherscanError {
ChainNotSupported(Chain),
ExecutionFailed(String),
TransactionReceiptFailed,
GasEstimationFailed,
BadStatusCode(String),
EnvVarNotFound(VarError),
Reqwest(Error),
Serde(Error),
}
Variants
ChainNotSupported(Chain)
Tuple Fields of ChainNotSupported
0: Chain
ExecutionFailed(String)
Tuple Fields of ExecutionFailed
0: String
BadStatusCode(String)
Tuple Fields of BadStatusCode
0: String
EnvVarNotFound(VarError)
Tuple Fields of EnvVarNotFound
0: VarError
Reqwest(Error)
Tuple Fields of Reqwest
0: Error
Serde(Error)
Tuple Fields of Serde
0: Error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EtherscanError
impl Send for EtherscanError
impl Sync for EtherscanError
impl Unpin for EtherscanError
impl !UnwindSafe for EtherscanError
Blanket Implementations
Mutably borrows from an owned value. 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