MCPcopy
hub / github.com/borgbackup/borg / CommandError

Class CommandError

src/borg/helpers/errors.py:73–76  ·  view source on GitHub ↗

Command error: {}

Source from the content-addressed store, hash-verified

71
72
73class CommandError(Error):
74 """Command error: {}"""
75
76 exit_mcode = 4
77
78
79class BorgWarning:

Callers 15

_matching_info_tuplesMethod · 0.85
get_oneMethod · 0.85
do_checkMethod · 0.85
do_key_exportMethod · 0.85
do_key_importMethod · 0.85
do_deleteMethod · 0.85
do_undeleteMethod · 0.85
create_innerMethod · 0.85
do_with_lockMethod · 0.85
do_pruneMethod · 0.85

Calls

no outgoing calls