Enum apiai::client::ApiError [] [src]

pub enum ApiError {
    SerializationError(Error),
    HttpError(String),
}

Error message return from API.ai

Variants

Trait Implementations

impl Debug for ApiError
[src]

Formats the value using the given formatter.