Enum cleverbot_io::CleverbotError [] [src]

pub enum CleverbotError {
    IncorrectCredentials,
    DuplicatedReferenceNames,
    Io(HyperError),
    Api(String),
    Std(Error),
    Json(JsonError),
    MissingValue(String),
}

Variants

Trait Implementations

impl Debug for CleverbotError
[src]

Formats the value using the given formatter.

impl From<HyperError> for CleverbotError
[src]

Performs the conversion.

impl From<Error> for CleverbotError
[src]

Performs the conversion.

impl From<JsonError> for CleverbotError
[src]

Performs the conversion.