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 of Io
0: Error
ParseUtf8(FromUtf8Error)
Tuple Fields of ParseUtf8
Parse(Error)
Tuple Fields of Parse
0: Error
Url(InvalidUri)
Tuple Fields of Url
0: InvalidUri
EncodeUrl(Error)
Tuple Fields of EncodeUrl
0: Error
StreamError(String)
Tuple Fields of StreamError
0: String
UnrecognizedTrailerHeader(String)
Tuple Fields of UnrecognizedTrailerHeader
0: String
UnrecognizedApiError(String)
Tuple Fields of UnrecognizedApiError
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