Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ ConfigError
Class
ConfigError
pydantic/v1/errors.py:141–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
class
ConfigError(RuntimeError):
142
pass
143
144
145
class
MissingError(PydanticValueError):
Callers
15
get_unique_discriminator_alias
Function · 0.90
get_discriminator_alias_and_values
Function · 0.90
validate
Method · 0.90
_validate_discriminated_union
Method · 0.90
__init__
Method · 0.90
create_model
Method · 0.90
validator
Function · 0.90
_prepare_validator
Function · 0.90
check_for_unused
Method · 0.90
extract_root_validators
Function · 0.90
make_generic_validator
Function · 0.90
_generic_validator_cls
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected