Error Set HitError [src]
Errors
Unable to check the cache for a reason that has been recorded into
the diagnostic
field.
A cache manifest file exists however it could not be parsed.
Source
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,
}