Enum ipfs_api_backend_actix::Error [−][src]
pub enum Error {
Api(ApiError),
ClientPayload(PayloadError),
ClientSend(SendRequestError),
Http(Error),
IpfsClientError(Error),
}
Variants
Api(ApiError)
Tuple Fields
0: ApiError
ClientPayload(PayloadError)
Tuple Fields
0: PayloadError
ClientSend(SendRequestError)
Tuple Fields
Http(Error)
Tuple Fields
0: Error
IpfsClientError(Error)
Tuple Fields
0: Error
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more