8000
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.
ErrorDetails.url
1 parent 248bd8b commit 6a31b3bCopy full SHA for 6a31b3b
python/pydantic_core/__init__.py
@@ -89,6 +89,11 @@ class ErrorDetails(_TypedDict):
89
Values which are required to render the error message, and could hence be useful in rendering custom error messages.
90
Also useful for passing custom error data forward.
91
"""
92
+ url: _NotRequired[str]
93
+ """
94
+ The documentation URL giving information about the error. No URL is available if
95
+ a [`PydanticCustomError`][pydantic_core.PydanticCustomError] is used.
96
97
98
99
class InitErrorDetails(_TypedDict):
0 commit comments