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

Class TransactionManagementError

tortoise/exceptions.py:33–36  ·  view source on GitHub ↗

The TransactionManagementError is raised when any transaction error occurs.

Source from the content-addressed store, hash-verified

31
32
33class TransactionManagementError(BaseORMException):
34 """
35 The TransactionManagementError is raised when any transaction error occurs.
36 """
37
38
39class OperationalError(BaseORMException):

Callers 15

savepoint_rollbackMethod · 0.90
release_savepointMethod · 0.90
commitMethod · 0.90
rollbackMethod · 0.90
savepoint_rollbackMethod · 0.90
release_savepointMethod · 0.90
commitMethod · 0.90
rollbackMethod · 0.90
beginMethod · 0.90
rollbackMethod · 0.90
commitMethod · 0.90
savepoint_rollbackMethod · 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…