Enum ipfs_api_prelude::Error [−][src]
pub enum Error {
Io(Error),
ParseUtf8(FromUtf8Error),
Parse(Error),
Url(InvalidUri),
EncodeUrl(Error),
StreamError(String),
UnrecognizedTrailerHeader(String),
UnrecognizedApiError(String),
}
Variants
Io(Error)
Tuple Fields
0: Error
ParseUtf8(FromUtf8Error)
Tuple Fields
Parse(Error)
Tuple Fields
0: Error
Url(InvalidUri)
Tuple Fields
0: InvalidUri
EncodeUrl(Error)
Tuple Fields
0: Error
StreamError(String)
Tuple Fields
0: String
UnrecognizedTrailerHeader(String)
Tuple Fields
0: String
UnrecognizedApiError(String)
Tuple Fields
0: String
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