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 of Api
0: ApiError
ClientPayload(PayloadError)
Tuple Fields of ClientPayload
0: PayloadError
ClientSend(SendRequestError)
Tuple Fields of ClientSend
Http(Error)
Tuple Fields of Http
0: Error
IpfsClientError(Error)
Tuple Fields of IpfsClientError
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