@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#

Constructors#

constructor#

new ValidValueUrlExpectedError(receivedValue)

Parameters#

Name

Type

receivedValue

unknown

Overrides#

SolidClientError.constructor

Defined in#

src/thing/thing.ts:436

Properties#

receivedValue#

Readonly receivedValue: unknown

Defined in#

src/thing/thing.ts:434