@inrupt/solid-client-errors / error / ThingExpectedError
Class: ThingExpectedError¶
error.ThingExpectedError
Hierarchy¶
-
↳
ThingExpectedError
Constructors¶
constructor¶
• new ThingExpectedError(receivedValue
, description?
, cause?
)
Parameters¶
Name |
Type |
---|---|
|
|
|
|
|
|
Overrides¶
Defined in¶
error.ts:79
Properties¶
cause¶
• Optional
cause: SolidError
| Error
Overrides¶
Defined in¶
error.ts:75
description¶
• Optional
description: string
Overrides¶
Defined in¶
error.ts:71
receivedValue¶
• receivedValue: unknown
Defined in¶
error.ts:77
url¶
• url: string
= "https://inrupt.com/thing-expected-error"
Overrides¶
Defined in¶
error.ts:73