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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithexperimentalsandboxLangSmithValidationError
Class●Since v0.6

LangSmithValidationError

Raised when request validation fails.

This includes:

  • Resource values exceeding server-defined limits (CPU, memory, storage)
  • Invalid resource units
  • Invalid name formats
  • Pool validation failures (e.g., template has volumes)
Copy
class LangSmithValidationError

Bases

LangSmithSandboxError

Constructors

constructor
constructor

Properties

property
details: Record<string, unknown>[]
property
errorType: string

Machine-readable error type (ImagePull, CrashLoop, SandboxConfig, Unschedulable).

property
field: string
property
message: string
property
name: string

Display name (can be updated).

property
stack: string

Inherited fromLangSmithSandboxError

Properties

Pmessage: stringPname: string
—

Display name (can be updated).

Pstack
View source on GitHub