Enum influent::client::ClientError [] [src]

pub enum ClientError {
    CouldNotComplete(String),
    Communication(String),
    Syntax(String),
    Unexpected(String),
    Unknown,
}

Variants

Trait Implementations

impl Debug for ClientError
[src]

Formats the value using the given formatter.

impl From<Error> for ClientError
[src]

Performs the conversion.