Struct megam_api::api::MegError [] [src]

pub struct MegError {
    pub code: u32,
    pub msg: String,
    pub more: String,
}

Fields

Methods

impl MegError
[src]

Trait Implementations

impl Debug for MegError
[src]

Formats the value using the given formatter.