Enum ethers_rs::AddressError
source · pub enum AddressError {
Length(String),
Eip155(String),
FromHexError(FromHexError),
EllipticCurve(Error),
}Variants§
Trait Implementations§
source§impl Debug for AddressError
impl Debug for AddressError
source§impl Display for AddressError
impl Display for AddressError
source§impl Error for AddressError
impl Error for AddressError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for AddressError
impl From<Error> for AddressError
source§fn from(source: Error) -> AddressError
fn from(source: Error) -> AddressError
Converts to this type from the input type.
source§impl From<FromHexError> for AddressError
impl From<FromHexError> for AddressError
source§fn from(source: FromHexError) -> AddressError
fn from(source: FromHexError) -> AddressError
Converts to this type from the input type.