llmwire - v2.2.0
    Preparing search index...

    Class HttpError

    A non-2xx reply. json is the parsed body when it was JSON, so the error classifier can lift the API's own message.

    Hierarchy

    • Error
      • HttpError
    Index
    • Parameters

      • status: number
      • body: string
      • headers: Headers = ...

      Returns HttpError

    body: string
    headers: Headers = ...
    json: any
    status: number