Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FetchError

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new FetchError(message: string, response: Response): FetchError

Properties

Readonly Private #response

#response: Response

message

message: string

Readonly name

name: "FetchError" = "FetchError"

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Accessors

response

  • get response(): Response