We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ValidationError.from_exception_data()
1 parent 550ee16 commit 04b296bCopy full SHA for 04b296b
python/pydantic_core/_pydantic_core.pyi
@@ -646,9 +646,6 @@ class ValidationError(ValueError):
646
"""
647
Python constructor for a Validation Error.
648
649
- The API for constructing validation errors will probably change in the future,
650
- hence the static method rather than `__init__`.
651
-
652
Arguments:
653
title: The title of the error, as used in the heading of `str(validation_error)`
654
line_errors: A list of [`InitErrorDetails`][pydantic_core.InitErrorDetails] which contain information
0 commit comments