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
  • Opencode
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandboxOpencode
Language
Theme
JavaScriptlangsmithexperimentalsandboxLangSmithCommandTimeoutError
Class●Since v0.7

LangSmithCommandTimeoutError

Copy
class LangSmithCommandTimeoutError

Bases

LangSmithSandboxOperationError

Used in Docs

  • Sandbox SDK usage

Constructors

Properties

Methods

Inherited fromLangSmithSandboxOperationError

Properties

PerrorType: string
—

Machine-readable error type from the API.

Pmessage: stringPname: string
—

Display name (can be updated).

View source on GitHub
P
operation
: string
—

The operation that failed (command, read, write).

Pstack

Methods

MtoString→ string
—

Returns a string representation of the Client instance.

Inherited fromLangSmithSandboxError

Properties

Pmessage: stringPname: string
—

Display name (can be updated).

Pstack
constructor
constructor
property
errorType: string
property
message: string
property
name: string
property
operation: string
property
stack: string
property
timeout: number
method
toString→ string

Raised when a command exceeds its timeout.

Machine-readable error type from the API.

Display name (can be updated).

The operation that failed (command, read, write).

Returns a string representation of the Client instance. This method is called when the object is converted to a string or logged, ensuring sensitive information like API keys is not exposed.