Enum nakadion::api::StatsError[][src]

pub enum StatsError {
    TokenError(String),
    Connection(String),
    Server(String),
    Client(String),
    Parse(String),
    Other(String),
}

Variants

Trait Implementations

impl Debug for StatsError
[src]

Formats the value using the given formatter. Read more

impl From<TokenError> for StatsError
[src]

Performs the conversion.

impl From<Error> for StatsError
[src]

Performs the conversion.

impl From<Error> for StatsError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StatsError

impl Sync for StatsError