MCPcopy
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
51class KeyfileNotFoundError(Error):
52 """No key file for repository {} found in {}."""
53
54 exit_mcode = 42
55
56
57class KeyfileInvalidError(Error):

Callers 1

find_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected