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]

[src]

Formats the value using the given formatter. Read more

impl StdError for ClientError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for ClientError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ClientError

impl !Sync for ClientError