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
JavaScriptlangsmithsandboxLangSmithSandboxOperationError
Class●Since v0.8

LangSmithSandboxOperationError

Copy
class LangSmithSandboxOperationError

Bases

LangSmithSandboxError

Constructors

Properties

Methods

Inherited fromLangSmithSandboxError

Properties

Pmessage: stringPname: string
—

A human-readable name for the run.

Pstack
View source on GitHub
constructor
constructor
property
errorType: string

Machine-readable error type from the API.

property
message: string
property
name: string

A human-readable name for the run.

property
operation: string

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

property
stack: string
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.

Raised when a sandbox operation fails (run, read, write).