MCPcopy
hub / github.com/pydantic/pydantic / PydanticUserError

Class PydanticUserError

pydantic/errors.py:101–102  ·  view source on GitHub ↗

An error raised due to incorrect use of Pydantic.

Source from the content-addressed store, hash-verified

99
100
101class PydanticUserError(PydanticErrorMixin, RuntimeError):
102 """An error raised due to incorrect use of Pydantic."""
103
104
105class PydanticUndefinedAnnotation(PydanticErrorMixin, NameError):

Callers 15

__init__Method · 0.90
validate_pythonMethod · 0.90
validate_jsonMethod · 0.90
validate_stringsMethod · 0.90
collect_dataclass_fieldsFunction · 0.90
innerFunction · 0.85
_check_function_typeFunction · 0.85
FieldFunction · 0.85
conlistFunction · 0.85

Calls

no outgoing calls

Tested by 1