MCPcopy
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
51class IntegrityError(ErrorWithTraceback, IntegrityErrorBase):
52 """Data integrity error: {}"""
53
54 exit_mcode = 90
55
56
57class DecompressionError(IntegrityError):

Callers 15

inject_exceptionMethod · 0.85
handle_errorMethod · 0.85
unpackFunction · 0.85
getMethod · 0.85
putMethod · 0.85
iter_objectsMethod · 0.85
readMethod · 0.85
check_crc32Method · 0.85
_readMethod · 0.85
write_putMethod · 0.85
handle_errorMethod · 0.85
unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected