From 2a27234a772da182ece41db4fda888729fa80448 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 17 Oct 2024 08:51:33 -0700 Subject: [PATCH] docs: fix error reference header (#27431) --- docs/docs/troubleshooting/errors/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/errors/index.mdx b/docs/docs/troubleshooting/errors/index.mdx index 2258714de1e..aad0308b9c4 100644 --- a/docs/docs/troubleshooting/errors/index.mdx +++ b/docs/docs/troubleshooting/errors/index.mdx @@ -1,4 +1,4 @@ -# Error codes +# Error reference This page contains guides around resolving common errors you may find while building with LangChain. Errors referenced below will have an `lc_error_code` property corresponding to one of the below codes when they are thrown in code.