@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¶
-
↳ ValidPropertyUrlExpectedError
Constructors¶
constructor¶
+ new ValidPropertyUrlExpectedError(receivedValue
: unknown): ValidPropertyUrlExpectedError
Parameters:¶
Name |
Type |
---|---|
|
unknown |
Returns: ValidPropertyUrlExpectedError
Inherited from: SolidClientError
Defined in: src/thing/thing.ts:431
Properties¶
message¶
• message: string
Inherited from: SolidClientError.message
Defined in: node_modules/typescript/lib/lib.es5.d.ts:974
name¶
• name: string
Inherited from: SolidClientError.name
Defined in: node_modules/typescript/lib/lib.es5.d.ts:973
prepareStackTrace¶
• Optional
prepareStackTrace: undefined | (err
: Error, stackTraces
: CallSite[]) => any
Optional override for formatting stack traces
see
https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
Defined in: node_modules/@types/node/globals.d.ts:140
stack¶
• Optional
stack: undefined | string
Inherited from: SolidClientError.stack
Defined in: node_modules/typescript/lib/lib.es5.d.ts:975