Enum dropbox_sdk::default_client::DefaultClientError [−][src]
This is supported on crate feature
default_client
only.Errors from the HTTP client encountered in the course of making a request.
Variants
Utf8(FromUtf8Error)
The HTTP client encountered invalid UTF-8 data.
IO(Error)
The HTTP client encountered some I/O error.
Request(RequestError)
Some other error from the HTTP client implementation.
Trait Implementations
impl Debug for DefaultClientError
[src]
impl Display for DefaultClientError
[src]
impl Error for DefaultClientError
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
pub fn backtrace(&self) -> Option<&Backtrace>
[src]
pub fn description(&self) -> &str
1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<Error> for DefaultClientError
[src]
impl From<FromUtf8Error> for DefaultClientError
[src]
fn from(source: FromUtf8Error) -> Self
[src]
impl From<RequestError> for DefaultClientError
[src]
fn from(source: RequestError) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DefaultClientError
impl Send for DefaultClientError
impl Sync for DefaultClientError
impl Unpin for DefaultClientError
impl !UnwindSafe for DefaultClientError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,