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

LangSmithResourceTimeoutError

Copy
class LangSmithResourceTimeoutError

Bases

LangSmithSandboxError

Used in Docs

  • Sandbox SDK usage

Constructors

Properties

Methods

Inherited fromLangSmithSandboxError

Properties

Pmessage: stringPname: stringPstack
View source on GitHub
constructor
constructor
property
lastStatus: string
property
message: string
property
name: string
property
resourceType: string
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 an operation times out.