DoxigAlpha

HitError

Source

Implementation

#
pub const HitError = error{
    /// Unable to check the cache for a reason that has been recorded into
    /// the `diagnostic` field.
    CacheCheckFailed,
    /// A cache manifest file exists however it could not be parsed.
    InvalidFormat,
    OutOfMemory,
}