LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkerrorsUnprocessableEntityError
    Class●Since v0.2

    UnprocessableEntityError

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

    Bases

    APIStatusError

    Attributes

    Inherited fromAPIStatusError

    Attributes

    Aresponse: httpx.ResponseArequest_id: str | None

    Inherited fromAPIError

    Attributes

    Amessage: str
    View source on GitHub
    None
    )
    A
    request
    : httpx.Request
    Abody: object | None
    Acode: str | None
    Aparam: str | None
    Atype: str | None
    attribute
    status_code: Literal[422]