@inrupt/solid-client / thing/thing / ValidPropertyUrlExpectedError

Class: ValidPropertyUrlExpectedError#

thing/thing.ValidPropertyUrlExpectedError

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

Hierarchy#

Constructors#

constructor#

new ValidPropertyUrlExpectedError(receivedValue): ValidPropertyUrlExpectedError

Parameters#

Name

Type

receivedValue

unknown

Returns#

ValidPropertyUrlExpectedError

Overrides#

SolidClientError.constructor

Defined in#

src/thing/thing.ts:422

Properties#

receivedProperty#

Readonly receivedProperty: unknown

Defined in#

src/thing/thing.ts:420