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

Raised when a command exceeds its timeout.

Copy
class LangSmithCommandTimeoutError

Bases

LangSmithSandboxOperationError

Used in Docs

  • Sandbox SDK usage

Constructors

constructor
constructor

Properties

property
errorType: string

Machine-readable error type from the API.

property
message: string
property
name: string

Display name (can be updated).

property
operation: string

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

property
stack: string
property
timeout: number

Methods

method
toString→ string

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.

Inherited fromLangSmithSandboxOperationError

Properties

PerrorType: string
—

Machine-readable error type from the API.

Pmessage: stringPname: string
—

Display name (can be updated).

Poperation: 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
View source on GitHub