Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ KeyfileNotFoundError
Class
KeyfileNotFoundError
src/borg/crypto/key.py:51–54 ·
view source on GitHub ↗
No key file for repository {} found in {}.
Source
from the content-addressed store, hash-verified
49
50
51
class
KeyfileNotFoundError(Error):
52
""
"No key file for repository {} found in {}."
""
53
54
exit_mcode = 42
55
56
57
class
KeyfileInvalidError(Error):
Callers
1
find_key
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected