MCPcopy Index your code
hub / github.com/borgbackup/borg / LockTimeout

Class LockTimeout

src/borg/fslocking.py:90–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89
90class LockTimeout(LockError):
91 """Failed to create/acquire the lock {} (timeout)."""
92
93 exit_mcode = 73
94
95
96class NotLocked(LockErrorT):

Callers 4

acquireMethod · 0.70
handle_errorMethod · 0.70
handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected