Error Set HitError [src]

Errors

CacheCheckFailed

Unable to check the cache for a reason that has been recorded into the diagnostic field.

InvalidFormat

A cache manifest file exists however it could not be parsed.

OutOfMemory

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, }