Represents an error that occurs during a fetch request.

Hierarchy

  • Error
    • FetchError

Constructors

  • Parameters

    • originalError: any
    • request: RequestInfo
    • response: undefined | Response

    Returns FetchError

Properties

cause?: unknown
message: string
name: string
originalError: any
request: RequestInfo
response: undefined | Response
stack?: string