Type Alias medians::Me

source ·
pub type Me = MedError<String>;
Expand description

Shorthand type for medians errors with message payload specialized to String

Aliased Type§

enum Me {
    Size(String),
    Nan(String),
    Other(String),
}

Variants§

§

Size(String)

Non positive data dimension

§

Nan(String)

NaN float NaN encountered

§

Other(String)

Other error converted to RanError