LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Graphs
    • Functional API
    • Pregel
    • Checkpointing
    • Storage
    • Caching
    • Types
    • Runtime
    • Config
    • Errors
    • Constants
    • Channels
    • Agents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    PythonlanggraphErrors

    Errors

    Classes

    Class

    ErrorCode

    Class

    GraphRecursionError

    Raised when the graph has exhausted the maximum number of steps.

    Class

    InvalidUpdateError

    Raised when attempting to update a channel with an invalid set of updates.

    Class

    GraphBubbleUp

    Class

    GraphInterrupt

    Raised when a subgraph is interrupted, suppressed by the root graph.

    Class

    ParentCommand

    Class

    EmptyInputError

    Raised when graph receives an empty input.

    Class

    TaskNotFound

    Raised when the executor is unable to find a task (for distributed mode).

    Class

    NodeInterrupt

    deprecated

    Raised by a node to interrupt execution.

    Functions

    Function

    create_error_message