MCPcopy
hub / github.com/tortoise/tortoise-orm / OperationalError

Class OperationalError

tortoise/exceptions.py:39–42  ·  view source on GitHub ↗

The OperationalError exception is raised when an operational error occurs.

Source from the content-addressed store, hash-verified

37
38
39class OperationalError(BaseORMException):
40 """
41 The OperationalError exception is raised when an operational error occurs.
42 """
43
44
45class IntegrityError(OperationalError):

Callers 15

resolve_for_querysetMethod · 0.90
__init__Method · 0.90
__and__Method · 0.90
__or__Method · 0.90
_set_kwargsMethod · 0.90
deleteMethod · 0.90
refresh_from_dbMethod · 0.90
translate_exceptions_Function · 0.90
get_update_sqlMethod · 0.90
execute_updateMethod · 0.90
fetch_for_listMethod · 0.90

Calls

no outgoing calls

Tested by 1

bound_to_fallFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…