Enum chill::Error [] [src]

pub enum Error {
    DatabaseExists(ErrorResponse),
    DocumentConflict(ErrorResponse),
    NotFound(ErrorResponse),
    Unauthorized(ErrorResponse),
    // some variants omitted
}

Variants

DatabaseExists
DocumentConflict
NotFound
Unauthorized

Trait Implementations

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result