Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
84
class
LockFailed(LockErrorT):
85
""
"Failed to create/acquire the lock {} ({})."
""
86
87
exit_mcode = 72
88
89
90
class
LockTimeout(LockError):
Callers
3
acquire
Method · 0.70
handle_error
Method · 0.70
handle_error
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected