MCPcopy
hub / github.com/borgbackup/borg / RepoKeyNotFoundError

Class RepoKeyNotFoundError

src/borg/crypto/key.py:69–72  ·  view source on GitHub ↗

No key entry found in the config of repository {}.

Source from the content-addressed store, hash-verified

67
68
69class RepoKeyNotFoundError(Error):
70 """No key entry found in the config of repository {}."""
71
72 exit_mcode = 44
73
74
75class UnsupportedKeyFormatError(Error):

Callers 3

find_keyMethod · 0.85
loadMethod · 0.85
load_keyblobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected