Enum kinto_http::error::KintoError [] [src]

pub enum KintoError {
    NotModified,
    PreconditionError,
    HyperError,
    JsonError,
    IOError,
}

Variants

Trait Implementations

impl Debug for KintoError
[src]

Formats the value using the given formatter.

impl From<IOError> for KintoError
[src]

Performs the conversion.

impl From<JsonError> for KintoError
[src]

Performs the conversion.

impl From<HyperError> for KintoError
[src]

Performs the conversion.