@inrupt/solid-client-errors / error / FetchError
Class: FetchError¶
error.FetchError
Hierarchy¶
-
↳
FetchError
Constructors¶
constructor¶
• new FetchError(urlReturned, statusCode, statusText, fetchDescription, response, description?, cause?)
Parameters¶
Name |
Type |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Overrides¶
Defined in¶
error.ts:114
Properties¶
cause¶
• Optional cause: SolidError | Error
Overrides¶
Defined in¶
error.ts:102
description¶
• Optional description: string
Overrides¶
Defined in¶
error.ts:98
fetchDescription¶
• fetchDescription: string
Defined in¶
error.ts:110
response¶
• response: string
Defined in¶
error.ts:112
statusCode¶
• statusCode: string
Defined in¶
error.ts:106
statusText¶
• statusText: string
Defined in¶
error.ts:108
url¶
• url: string = "https://inrupt.com/fetch-error"
Overrides¶
Defined in¶
error.ts:100
urlReturned¶
• urlReturned: string
Defined in¶
error.ts:104