Enum gekko_metadata::Error[][src]

pub enum Error {
    ParseJsonRpcMetadata(SerdeJsonError),
    ParseHexMetadata(FromHexError),
    ParseRawMetadata(ScaleError),
    InvalidMetadataVersion,
}
Expand description

Errors that can occur when parsing Substrate metadata.

Variants

ParseJsonRpcMetadata

Tuple Fields of ParseJsonRpcMetadata

0: SerdeJsonError
ParseHexMetadata

Tuple Fields of ParseHexMetadata

0: FromHexError
ParseRawMetadata

Tuple Fields of ParseRawMetadata

0: ScaleError
InvalidMetadataVersion

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.