Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ CacheError
Enum
CacheError
arc-disk-cache/src/error.rs:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
#[derive(Error, Debug)]
4
pub enum CacheError {
5
#[error(
"unknown"
)]
6
Unknown,
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected