Type Alias RTDError

Source
pub type RTDError = Error;
👎Deprecated

Aliased Type§

pub enum RTDError {
    Io(Error),
    SerdeJson(Error),
    TDLibError(Error),
    Internal(&'static str),
    BadRequest(&'static str),
}

Variants§

§

Io(Error)

§

SerdeJson(Error)

§

TDLibError(Error)

§

Internal(&'static str)

§

BadRequest(&'static str)