@inrupt/solid-client-notifications / errors / FetchError

Class: FetchError#

errors.FetchError

Hierarchy#

  • Error

    FetchError

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

new FetchError(url, statusCode, statusText, fetchDescription, response): FetchError

Parameters#

Name

Type

url

string

statusCode

number

statusText

string

fetchDescription

string

response

Response

Returns#

FetchError

Overrides#

Error.constructor

Defined in#

src/errors.ts:25

Properties#

response#

response: Response

Defined in#

src/errors.ts:23