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: ErrorParseUtf8(FromUtf8Error)Tuple Fields of ParseUtf8
Parse(Error)Tuple Fields of Parse
0: ErrorUrl(InvalidUri)Tuple Fields of Url
0: InvalidUriEncodeUrl(Error)Tuple Fields of EncodeUrl
0: ErrorStreamError(String)Tuple Fields of StreamError
0: StringUnrecognizedTrailerHeader(String)Tuple Fields of UnrecognizedTrailerHeader
0: StringUnrecognizedApiError(String)Tuple Fields of UnrecognizedApiError
0: StringTrait 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
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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