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

Class IncompleteInstanceError

tortoise/exceptions.py:105–108  ·  view source on GitHub ↗

The IncompleteInstanceError exception is raised when a partial model is attempted to be persisted.

Source from the content-addressed store, hash-verified

103
104
105class IncompleteInstanceError(OperationalError):
106 """
107 The IncompleteInstanceError exception is raised when a partial model is attempted to be persisted.
108 """
109
110
111class DBConnectionError(BaseORMException, ConnectionError):

Callers 1

saveMethod · 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…