Enum subxt_codegen::utils::FetchMetadataError
source · pub enum FetchMetadataError {
DecodeError(FromHexError),
RequestError(Error),
InvalidScheme(String),
}Variants§
Trait Implementations§
source§impl Debug for FetchMetadataError
impl Debug for FetchMetadataError
source§impl Display for FetchMetadataError
impl Display for FetchMetadataError
source§impl Error for FetchMetadataError
impl Error for FetchMetadataError
1.30.0 · 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 FetchMetadataError
impl From<Error> for FetchMetadataError
source§impl From<FromHexError> for FetchMetadataError
impl From<FromHexError> for FetchMetadataError
source§fn from(e: FromHexError) -> Self
fn from(e: FromHexError) -> Self
Converts to this type from the input type.