Enum ethers_etherscan::errors::EtherscanError [−][src]
pub enum EtherscanError {
ChainNotSupported(Chain),
ExecutionFailed(String),
TransactionReceiptFailed,
BadStatusCode(String),
EnvVarNotFound(VarError),
Reqwest(Error),
Serde(Error),
}Variants
ChainNotSupported(Chain)
Tuple Fields
0: ChainExecutionFailed(String)
Tuple Fields
0: StringTransactionReceiptFailed
BadStatusCode(String)
Tuple Fields
0: StringEnvVarNotFound(VarError)
Tuple Fields
0: VarErrorReqwest(Error)
Tuple Fields
0: ErrorSerde(Error)
Tuple Fields
0: ErrorTrait 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