LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
Pythonlangsmith_openapi_client_exceptionsConflictError
Class●Since v0.8

ConflictError

Copy
ConflictError(
  self,
  message: str,
  *,
  response: httpx.Response,
  body: object | None

Bases

APIStatusError

Attributes

Inherited fromAPIStatusError

Attributes

Aresponse: httpx.Response

Inherited fromAPIError

Attributes

Amessage: strArequest: httpx.Request
View source on GitHub
)
A
body
: object | None
—

The API response body.

attribute
status_code: Literal[409]