mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 18:59:42 +02:00
727 B
727 B
Error reference
This page contains guides around resolving common errors you may find while building with LangGraph.
Errors referenced below will have an lc_error_code property corresponding to one of the below codes when they are thrown in code.
- GRAPH_RECURSION_LIMIT
- INVALID_CONCURRENT_GRAPH_UPDATE
- INVALID_GRAPH_NODE_RETURN_VALUE
- MULTIPLE_SUBGRAPHS
- INVALID_CHAT_HISTORY
LangGraph Platform
These guides provide troubleshooting information for errors that are specific to the LangGraph Platform.