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

Class KeyfileInvalidError

src/borg/crypto/key.py:57–60  ·  view source on GitHub ↗

Invalid key data for repository {} found in {}.

Source from the content-addressed store, hash-verified

55
56
57class KeyfileInvalidError(Error):
58 """Invalid key data for repository {} found in {}."""
59
60 exit_mcode = 40
61
62
63class KeyfileMismatchError(Error):

Callers 2

_loadMethod · 0.85
sanity_checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected