MCPcopy Create free account
hub / github.com/wal-e/wal-e / UserCritical

Class UserCritical

wal_e/exception.py:48–58  ·  view source on GitHub ↗

For errors more severe than the norm. "DETAIL" may be much more verbose, and there is likely no hint.

Source from the content-addressed store, hash-verified

46
47
48class UserCritical(UserException):
49 """
50 For errors more severe than the norm.
51
52 "DETAIL" may be much more verbose, and there is likely no hint.
53
54 """
55
56 def __init__(self, *args, **kwargs):
57 UserException.__init__(self, *args, **kwargs)
58 self.severity = CRITICAL

Callers 10

configure_backup_cxtFunction · 0.90
startMethod · 0.90
stdinSetMethod · 0.90
stdoutSetMethod · 0.90
finishMethod · 0.90
putMethod · 0.90
mark_doneMethod · 0.90
startMethod · 0.90
_complete_executionMethod · 0.90
database_backupMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected