Manifold WASM Developer Guide
    Preparing search index...

    Class FetchError

    Thrown when an HTTP fetch performed by ManifoldCAD's bundler or model/texture loaders returns a non-2xx response. Carries the status and response body so callers can distinguish transient (5xx, 429) from permanent (4xx) failures.

    Hierarchy

    • Error
      • FetchError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • status: number
      • statusText: string
      • url: string
      • Optionalbody: string

      Returns FetchError

    Properties

    body?: string
    status: number
    statusText: string
    url: string