Enum steamwebapi::Error [] [src]

pub enum Error {
    HttpError(Error),
    Io(Error),
    BadBody,
    SteamError(u32),
}

Variants

HttpError(Error)Io(Error)BadBodySteamError(u32)

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Error> for Error
[src]

fn from(e: Error) -> Error

Performs the conversion.

impl From<Error> for Error
[src]

fn from(_: Error) -> Error

Performs the conversion.

impl From<Error> for Error
[src]

fn from(e: Error) -> Error

Performs the conversion.