LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxLangSmithSandboxRetryableConnectionError
Class●Since v0.11

LangSmithSandboxRetryableConnectionError

Copy
class LangSmithSandboxRetryableConnectionError

Bases

LangSmithSandboxConnectionError

Constructors

Properties

Inherited fromLangSmithSandboxConnectionError

Properties

Pmessage: stringPname: stringPstack

Inherited fromLangSmithSandboxError

Properties

View source on GitHub
P
message
: string
Pname: string
Pstack
constructor
constructor→ LangSmithSandboxRetryableConnectionError
property
message: string
property
name: string
property
stack: string

Raised when a transient connection failure occurs before a command starts.

run() retries this error with the same command ID so the server can deduplicate an attempt whose outcome is unknown.