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

Class ValidationError

tortoise/exceptions.py:117–120  ·  view source on GitHub ↗

The ValidationError is raised when validators of field validate failed.

Source from the content-addressed store, hash-verified

115
116
117class ValidationError(BaseORMException):
118 """
119 The ValidationError is raised when validators of field validate failed.
120 """
121
122
123class UnSupportedError(BaseORMException):

Callers 12

__call__Method · 0.90
__call__Method · 0.90
__call__Method · 0.90
_validate_typeMethod · 0.90
__call__Method · 0.90
__call__Method · 0.90
validate_ipv4_addressFunction · 0.90
validate_ipv6_addressFunction · 0.90
validate_ipv46_addressFunction · 0.90
validateMethod · 0.90

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…