Enum docker_api::errors::Error [−][src]
pub enum Error {
Show 15 variants
SerdeJsonError(SerdeError),
Hyper(Error),
Http(Error),
IO(IoError),
Encoding(FromUtf8Error),
InvalidResponse(String),
Fault {
code: StatusCode,
message: String,
},
ConnectionNotUpgraded,
ErrorStack(ErrorStack),
UnsupportedScheme(String),
MissingAuthority,
InvalidUrl(ParseError),
InvalidUri(InvalidUri),
InvalidPort(String),
InvalidProtocol(String),
}Variants
SerdeJsonError(SerdeError)Tuple Fields of SerdeJsonError
0: SerdeErrorHyper(Error)Tuple Fields of Hyper
0: ErrorHttp(Error)Tuple Fields of Http
0: ErrorIO(IoError)Tuple Fields of IO
0: IoErrorEncoding(FromUtf8Error)Tuple Fields of Encoding
InvalidResponse(String)Tuple Fields of InvalidResponse
0: StringFields of Fault
code: StatusCodemessage: StringErrorStack(ErrorStack)This is supported on crate feature
tls only.Tuple Fields of ErrorStack
0: ErrorStackUnsupportedScheme(String)Tuple Fields of UnsupportedScheme
0: StringInvalidUrl(ParseError)Tuple Fields of InvalidUrl
0: ParseErrorInvalidUri(InvalidUri)Tuple Fields of InvalidUri
0: InvalidUriInvalidPort(String)Tuple Fields of InvalidPort
0: StringInvalidProtocol(String)Tuple Fields of InvalidProtocol
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
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