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?: Error
message: string
name: string
originalError: any
request: RequestInfo
response: undefined | Response
stack?: string
stackTraceLimit: number

Methods

  • Parameters

    • targetObject: Object
    • OptionalconstructorOpt: Function

    Returns void