Struct elastic::error::ClientError
[−]
[src]
pub struct ClientError { /* fields omitted */ }
An error building a client, sending a request or receiving a response.
Trait Implementations
impl Debug for ClientError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl StdError for ClientError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&StdError>
[src]
The lower-level cause of this error, if any. Read more