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

Class FieldError

tortoise/exceptions.py:15–18  ·  view source on GitHub ↗

The FieldError exception is raised when there is a problem with a model field.

Source from the content-addressed store, hash-verified

13
14
15class FieldError(BaseORMException):
16 """
17 The FieldError exception is raised when there is a problem with a model field.
18 """
19
20
21class ParamsError(BaseORMException):

Callers 15

expand_lookup_expressionFunction · 0.90
resolveMethod · 0.90
resolveMethod · 0.90
resolve_orderingMethod · 0.90
_parse_orderingsMethod · 0.90
latestMethod · 0.90
earliestMethod · 0.90
valuesMethod · 0.90
lastMethod · 0.90
prefetch_relatedMethod · 0.90
_resolve_onlyMethod · 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…