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

Class ParamsError

tortoise/exceptions.py:21–24  ·  view source on GitHub ↗

The ParamsError is raised when function can not be run with given parameters

Source from the content-addressed store, hash-verified

19
20
21class ParamsError(BaseORMException):
22 """
23 The ParamsError is raised when function can not be run with given parameters
24 """
25
26
27class ConfigurationError(BaseORMException):

Callers 7

_get_connectionFunction · 0.90
limitMethod · 0.90
offsetMethod · 0.90
__getitem__Method · 0.90
execute_pypikaFunction · 0.90
cloneMethod · 0.90
_create_or_getMethod · 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…