Enum messagebird_async::errors::MessageBirdError[][src]

pub enum MessageBirdError {
    FormatError {
        chunk: String,
    },
    TypeError {
        msg: String,
    },
    ServiceError {
        code: u32,
    },
    ParseError,
}

Variants

Fields of FormatError

Fields of TypeError

Fields of ServiceError

Trait Implementations

impl Debug for MessageBirdError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations