Enum megam_api::api::CurlError [] [src]

pub enum CurlError {
    Curl(ErrCode),
    NotOkResponse,
    Unauthorized,
}

Variants

Trait Implementations

impl Debug for CurlError
[src]

Formats the value using the given formatter.