MCPcopy Create free account
hub / github.com/borgbackup/borg / BackupError

Class BackupError

src/borg/helpers/errors.py:129–133  ·  view source on GitHub ↗

{}: backup error

Source from the content-addressed store, hash-verified

127
128
129class BackupError(ErrorBase):
130 """{}: backup error"""
131
132 # Exception raised for non-OSError-based exceptions while accessing backup files.
133 exit_mcode = 102
134
135
136class BackupRaceConditionError(BackupError):

Callers 2

extract_itemMethod · 0.85
process_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected