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