Error

Type Alias Error 

Source
pub type Error = ForcepError;
Expand description

Re-export of ForcepError

Aliased Type§

pub enum Error {
    Io(Error),
    MetaDe(Error),
    MetaSer(Error),
    MetaDb(Error),
    MetaNotFound,
    NotFound,
}

Variants§

§

Io(Error)

An I/O operation error. This can occur on reads, writes, or builds.

§

MetaDe(Error)

Error deserialization metadata information (most likely corrupted)

§

MetaSer(Error)

Error serializing metadata information

§

MetaDb(Error)

Error with metadata sled database operation

§

MetaNotFound

The entry was found successfully, but the metadata was strangely not present

§

NotFound

The entry for the specified key is not found