pydantic_graph.exceptions
Bases: TypeError
Error caused by an incorrectly configured graph.
Description of the mistake.
Type: str Default: message
Bases: ValueError
An error raised during graph-building.
The error message.
Type: str Default: message
Bases: ValueError
An error raised during graph validation.
The error message.
Type: str Default: message
Bases: RuntimeError
Error caused by an issue during graph execution.
The error message.
Type: str Default: message
Bases: GraphRuntimeError
Error caused by trying to run a node that already has status 'running', 'success', or 'error'.
@classmethod
def check(cls, status: SnapshotStatus) -> None
Check if the status is valid.