@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): ValidValueUrlExpectedError

Parameters#

Name

Type

receivedValue

unknown

Returns#

ValidValueUrlExpectedError

Overrides#

SolidClientError.constructor

Defined in#

src/thing/thing.ts:438

Properties#

receivedValue#

Readonly receivedValue: unknown

Defined in#

src/thing/thing.ts:436