Struct witty::client::ExecutionError [] [src]

pub struct ExecutionError {
    pub message: String,
    pub code: u32,
}

Represents all possbile unexpected states

Fields

Trait Implementations

impl Debug for ExecutionError
[src]

[src]

Formats the value using the given formatter.