Enum dota2_api::Error [] [src]

pub enum Error {
    Http(Error),
    Json(Error),
    Forbidden(&'static str),
    Message(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.