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

Class LockTimeout

src/borg/storelocking.py:35–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34
35class LockTimeout(LockError):
36 """Failed to create/acquire the lock {} (timeout)."""
37
38 exit_mcode = 73
39
40
41class NotLocked(LockErrorT):

Callers 2

acquireMethod · 0.70
refreshMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected