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

Class ConfigurationError

tortoise/exceptions.py:27–30  ·  view source on GitHub ↗

The ConfigurationError exception is raised when the configuration of the ORM is invalid.

Source from the content-addressed store, hash-verified

25
26
27class ConfigurationError(BaseORMException):
28 """
29 The ConfigurationError exception is raised when the configuration of the ORM is invalid.
30 """
31
32
33class TransactionManagementError(BaseORMException):

Callers 15

set_global_contextFunction · 0.90
initMethod · 0.90
_init_routersMethod · 0.90
generate_schemasMethod · 0.90
get_modelMethod · 0.90
dbMethod · 0.90
__post_init__Method · 0.90
__post_init__Method · 0.90
from_dictMethod · 0.90
__post_init__Method · 0.90
from_dictMethod · 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…