Struct modio::ModioErrorResponse[][src]

pub struct ModioErrorResponse {
    pub error: ClientError,
}

See the Error Object docs for more informations.

Fields

Trait Implementations

impl Debug for ModioErrorResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations