[PR #607] [MERGED] feat: Move error reference pages #883

Closed
opened 2026-02-15 19:16:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/607
Author: @jacoblee93
Created: 10/17/2024
Status: Merged
Merged: 10/17/2024
Merged by: @jacoblee93

Base: mainHead: jacob/errors


📝 Commits (10+)

📊 Changes

9 files changed (+19 additions, -10 deletions)

View changed files

📝 docs/.gitignore (+2 -0)
📝 docs/docs/how-tos/index.md (+1 -4)
📝 docs/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT.ipynb (+0 -0)
📝 docs/docs/troubleshooting/errors/INVALID_CONCURRENT_GRAPH_UPDATE.ipynb (+0 -0)
📝 docs/docs/troubleshooting/errors/INVALID_GRAPH_NODE_RETURN_VALUE.ipynb (+0 -0)
📝 docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb (+0 -0)
docs/docs/troubleshooting/errors/index.md (+9 -0)
📝 docs/mkdocs.yml (+6 -5)
📝 libs/langgraph/src/errors.ts (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/607 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/errors` --- ### 📝 Commits (10+) - [`4335da6`](https://github.com/langchain-ai/langgraphjs/commit/4335da63811b8fb09fbebd6a7d61c1c06694f65f) Adds base error class, improve messages - [`eb04ad2`](https://github.com/langchain-ai/langgraphjs/commit/eb04ad2ee2750688f437ac2e761b4ab80b3592b8) Remove test - [`0cd222d`](https://github.com/langchain-ai/langgraphjs/commit/0cd222df095b9b523db4f48df08dda28328e4e91) Add error pages - [`d8681ed`](https://github.com/langchain-ai/langgraphjs/commit/d8681edadb6851d93196d86099b74c38eb707761) Rename prop - [`ba7e391`](https://github.com/langchain-ai/langgraphjs/commit/ba7e39113d59cff37b2e9bab0139e0e06fe67e17) Fix build - [`68a6db7`](https://github.com/langchain-ai/langgraphjs/commit/68a6db7e3ff0418f0526ee32c0d553cd10d50e06) Fix test - [`dee26bf`](https://github.com/langchain-ai/langgraphjs/commit/dee26bf832318a534b8b59c8f185e30f8bb9b9bc) Merge branch 'main' of github.com:langchain-ai/langgraphjs into jacob/errors - [`2f86f70`](https://github.com/langchain-ai/langgraphjs/commit/2f86f7015292235db487faf73e044f2d96a83e07) Move error reference pages - [`af9958a`](https://github.com/langchain-ai/langgraphjs/commit/af9958a5bd1587c495c1d372f02528c4f2422953) Merge - [`326dc3f`](https://github.com/langchain-ai/langgraphjs/commit/326dc3f25eeaff111d64eba081350038bbd235ef) remove ### 📊 Changes **9 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/.gitignore` (+2 -0) 📝 `docs/docs/how-tos/index.md` (+1 -4) 📝 `docs/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT.ipynb` (+0 -0) 📝 `docs/docs/troubleshooting/errors/INVALID_CONCURRENT_GRAPH_UPDATE.ipynb` (+0 -0) 📝 `docs/docs/troubleshooting/errors/INVALID_GRAPH_NODE_RETURN_VALUE.ipynb` (+0 -0) 📝 `docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb` (+0 -0) ➕ `docs/docs/troubleshooting/errors/index.md` (+9 -0) 📝 `docs/mkdocs.yml` (+6 -5) 📝 `libs/langgraph/src/errors.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:16 -05:00
yindo closed this issue 2026-02-15 19:16:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#883