GeoLeaf Core API - v3.0.0
    Preparing search index...

    Error carrying the HTTP response that caused it.

    Distinct from a network failure: a FetchError means the request completed and the server answered with a status the caller rejected, so status and the response are available.

    Hierarchy

    • Error
      • FetchError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • context: { url?: string; attempts?: number; type?: string; cause?: unknown } = {}

      Returns FetchError

    Properties

    url?: string
    attempts?: number
    type: string
    cause?: unknown