Version Notice
(dmontagu/response-format preview) This documentation is ahead of the last release by 1 commit. You may see documentation for features not yet supported in the latest release v0.0.49 2025-04-01.
pydantic_graph.exceptions
GraphSetupError
Bases: TypeError
Error caused by an incorrectly configured graph.
Source code in pydantic_graph/pydantic_graph/exceptions.py
1 2 3 4 5 6 7 8 9 |
|
GraphRuntimeError
Bases: RuntimeError
Error caused by an issue during graph execution.
Source code in pydantic_graph/pydantic_graph/exceptions.py
12 13 14 15 16 17 18 19 20 |
|