Enum stellar_client::resources::ParseAssetIdentifierError[][src]

pub enum ParseAssetIdentifierError {
    FormattedIncorrectly,
}

When a bad token or string is provided to parsing into an asset you get an error.

Variants

Asset identifier not of the form <asset_code>-<asset_issuer>

Trait Implementations

impl Debug for ParseAssetIdentifierError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseAssetIdentifierError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations