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
JavaScriptlangsmithsandboxLangSmithSandboxConnectTimeoutError
Class●Since v0.10

LangSmithSandboxConnectTimeoutError

Copy
class LangSmithSandboxConnectTimeoutError

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→ LangSmithSandboxConnectTimeoutError
property
message: string
property
name: string
property
stack: string

Thrown when the socket fails or times out before the WebSocket handshake.

Distinct from its parent because it is safely retryable: the execute frame was never sent, so re-issuing the same command_id cannot double-run a command. run() retries this with backoff; a plain connection error (a rejected handshake) is permanent and propagates immediately.