Skip to main content

Module errors

Module errors 

Source
Expand description

Error types for LangGraph operations.

This module defines the error types used throughout the library, providing detailed context for various failure modes in graph execution, checkpointing, and state management.

Enums§

Error
The main error type for LangGraph operations.

Type Aliases§

Result
A specialized Result type for LangGraph operations.