Enum updatehub_cloud_sdk::Error [−][src]
pub enum Error {
InvalidSignature,
MissingContentLength,
Io(Error),
JsonParsing(Error),
OpenSsl(ErrorStack),
ParseInt(ParseIntError),
Http(Error),
InvalidStatusResponse(StatusCode),
}Variants
Io(Error)JsonParsing(Error)OpenSsl(ErrorStack)ParseInt(ParseIntError)Trait Implementations
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Error[src]fn from(original: ErrorStack) -> Error[src]
impl From<ParseIntError> for Error[src]
impl From<ParseIntError> for Error[src]fn from(original: ParseIntError) -> Error[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for ErrorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> WithSubscriber for T[src]
impl<T> WithSubscriber for T[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,