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: ErrorParseUtf8(FromUtf8Error)
Tuple Fields
Parse(Error)
Tuple Fields
0: ErrorUrl(InvalidUri)
Tuple Fields
0: InvalidUriEncodeUrl(Error)
Tuple Fields
0: ErrorStreamError(String)
Tuple Fields
0: StringUnrecognizedTrailerHeader(String)
Tuple Fields
0: StringUnrecognizedApiError(String)
Tuple Fields
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
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