Struct modio::error::ClientError[][src]

pub struct ClientError {
    pub code: u16,
    pub message: String,
    pub errors: Option<HashMap<String, String>>,
}

See the Error Object docs for more informations.

Fields

Trait Implementations

impl Display for ClientError
[src]

Formats the value using the given formatter. Read more

impl Debug for ClientError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ClientError

impl Sync for ClientError