MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / IntegrityError

Class IntegrityError

tortoise/exceptions.py:45–48  ·  view source on GitHub ↗

The IntegrityError exception is raised when there is an integrity error.

Source from the content-addressed store, hash-verified

43
44
45class IntegrityError(OperationalError):
46 """
47 The IntegrityError exception is raised when there is an integrity error.
48 """
49
50
51class NoValuesFetched(OperationalError):

Callers 6

_make_queryMethod · 0.90
saveMethod · 0.90
translate_exceptions_Function · 0.90
translate_exceptions_Function · 0.90
translate_exceptions_Function · 0.90
_translate_exceptionsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…