Struct dropbox_sdk::default_client::RequestError [−][src]
pub struct RequestError { /* fields omitted */ }This is supported on crate feature
default_client only.Expand description
Something went wrong making the request, or the server returned a response we didn’t expect.
Use the Display or Debug impls to see more details.
Note that this type is intentionally vague about the details beyond these string
representations, to allow implementation changes in the future.
Trait Implementations
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for RequestErrorimpl Send for RequestErrorimpl Sync for RequestErrorimpl Unpin for RequestErrorimpl !UnwindSafe for RequestError