Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ IntegrityError
Class
IntegrityError
src/borg/helpers/errors.py:51–54 ·
view source on GitHub ↗
Data integrity error: {}
Source
from the content-addressed store, hash-verified
49
50
51
class
IntegrityError(ErrorWithTraceback, IntegrityErrorBase):
52
""
"Data integrity error: {}"
""
53
54
exit_mcode = 90
55
56
57
class
DecompressionError(IntegrityError):
Callers
15
inject_exception
Method · 0.85
handle_error
Method · 0.85
unpack
Function · 0.85
get
Method · 0.85
put
Method · 0.85
iter_objects
Method · 0.85
read
Method · 0.85
check_crc32
Method · 0.85
_read
Method · 0.85
write_put
Method · 0.85
handle_error
Method · 0.85
unpack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected