@inrupt/solid-client / thing/thing / ValidThingUrlExpectedError

Class: ValidThingUrlExpectedError#

thing/thing.ValidThingUrlExpectedError

This error is thrown when a function expected to receive a valid URL to identify a [[Thing]] but received something else.

Hierarchy#

Constructors#

constructor#

new ValidThingUrlExpectedError(receivedValue): ValidThingUrlExpectedError

Parameters#

Name

Type

receivedValue

unknown

Returns#

ValidThingUrlExpectedError

Overrides#

SolidClientError.constructor

Defined in#

src/thing/thing.ts:454

Properties#

receivedValue#

Readonly receivedValue: unknown

Defined in#

src/thing/thing.ts:452