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

Class LockFailed

src/borg/fslocking.py:84–87  ·  view source on GitHub ↗

Failed to create/acquire the lock {} ({}).

Source from the content-addressed store, hash-verified

82
83
84class LockFailed(LockErrorT):
85 """Failed to create/acquire the lock {} ({})."""
86
87 exit_mcode = 72
88
89
90class LockTimeout(LockError):

Callers 3

acquireMethod · 0.70
handle_errorMethod · 0.70
handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected