@inrupt/solid-client / resource/resource / FetchError
Class: FetchError#
resource/resource.FetchError
Extends the regular JavaScript error object with access to the status code and status message.
Since
1.2.0
Hierarchy#
-
↳
FetchError
Constructors#
constructor#
• new FetchError(message, errorResponse)
Parameters#
Name |
Type |
|---|---|
|
|
|
|
Overrides#
Defined in#
src/resource/resource.ts:286
Properties#
response#
• Readonly response: Response & { ok: false }
Since
1.3.0
Defined in#
src/resource/resource.ts:276
Accessors#
statusCode#
• get statusCode(): number
Returns#
number
Defined in#
src/resource/resource.ts:278
statusText#
• get statusText(): undefined | string
Returns#
undefined | string
Defined in#
src/resource/resource.ts:282