Struct ipfs_api::response::ApiError [] [src]

pub struct ApiError {
    pub message: String,
    pub code: u8,
}

Fields

Trait Implementations

impl Debug for ApiError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApiError

impl Sync for ApiError