Struct ApiError
ipfs_api::response
pub struct ApiError { pub message: String, pub code: u8, }
message: String
code: u8
impl Debug for ApiError
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for ApiError
impl Sync for ApiError