Skip to main content

ValidationError

Index

Properties

instance_path

instance_path: str | None

The path to the instance being validated.

keyword

keyword: str | None

The validation keyword that caused the error.

message

message: str | None

A message describing the validation error.

model_config

model_config: Undefined

params

params: dict[str, Any] | None

Additional parameters specific to the validation error.

schema_path

schema_path: str | None

The path to the schema that failed the validation.