Enum oauth2::reqwest::Error [−][src]
Expand description
Error type returned by failed reqwest HTTP requests.
Variants
Reqwest(T)
Error returned by reqwest crate.
Http(Error)
Tuple Fields
0: Error
Non-reqwest HTTP error.
Io(Error)
Tuple Fields
0: Error
I/O error.
Other(String)
Tuple Fields
0: String
Other error.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Error<T>
impl<T> !UnwindSafe for Error<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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