Struct butlerd::Responses::BError[][src]

pub struct BError {
    pub code: i64,
    pub message: String,
}

A generic error struct. If the code is -1 or -2, it was a problem on this crate's side. Otherwise, butler returned this in response to a request

Fields

Trait Implementations

impl Debug for BError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BError

impl Sync for BError