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

APIConnectionTimeoutError

Copy
class APIConnectionTimeoutError

Bases

APIConnectionError

Constructors

constructor
constructor

Properties

property
error: undefined

JSON body of the response that caused the error

property
headers: undefined

HTTP headers for the response that caused the error

property
message: string
property
name: string
property
stack: string
property
status: undefined

HTTP status for the response that caused the error

Methods

method
generate→ APIError

Inherited fromAPIConnectionError

Properties

Perror: undefined
—

JSON body of the response that caused the error

Pheaders: undefined
—

HTTP headers for the response that caused the error

Pmessage: stringPname: string | nullPstackPstatus: undefined
—

HTTP status for the response that caused the error

Methods

Mgenerate→ APIError

Inherited fromAPIError

Properties

Perror: undefined
—

JSON body of the response that caused the error

Pheaders: undefined
—

HTTP headers for the response that caused the error

Pmessage: stringPname: string | nullPstackPstatus: undefined
—

HTTP status for the response that caused the error

Methods

Mgenerate→ APIError

Inherited fromLangsmithError

Properties

Pmessage: stringPname: string | nullPstack
View source on GitHub