Enum rustcastai::RecastError [] [src]

pub enum RecastError {
    FileError,
    Error(String),
    IOError(Error),
    Parse(Error),
    RequestError(Response),
    HTTPClientError(Error),
}

[unstable] Error types for rustcastai. Likely to change, place for improvments

Variants

Invalid file provided

Could not create an instance of rustcastai::Client

Error while reading an HTTP response's body

Error while parsing an HTTP response body

The request didn't returned a 2xx

Error while sending the request

Trait Implementations

impl Debug for RecastError
[src]

Formats the value using the given formatter.