@inrupt/solid-client / thing/thing / ValidValueUrlExpectedError
Class: ValidValueUrlExpectedError#
thing/thing.ValidValueUrlExpectedError
This error is thrown when a function expected to receive a valid URL value but received something else.
Hierarchy#
-
↳
ValidValueUrlExpectedError
Constructors#
constructor#
• new ValidValueUrlExpectedError(receivedValue
)
Parameters#
Name |
Type |
---|---|
|
|
Overrides#
Defined in#
src/thing/thing.ts:437
Properties#
receivedValue#
• Readonly
receivedValue: unknown
Defined in#
src/thing/thing.ts:435