Enum telebot::error::Error [] [src]

pub enum Error {
    UTF8Decode,
    Telegram(String),
    TokioCurl(PerformError),
    JSON,
    Unknown,
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.