@inrupt/solid-client / interfaces / SolidClientError
Class: SolidClientError¶
interfaces.SolidClientError
Errors thrown by solid-client extend this class, and can thereby be distinguished from errors thrown in lower-level libraries.
since
1.2.0
Hierarchy¶
Error
↳ SolidClientError
↳↳ FetchError
Constructors¶
constructor¶
+ new SolidClientError(message?
: string): SolidClientError
Parameters:¶
Name |
Type |
---|---|
|
string |
Returns: SolidClientError
Defined in: node_modules/typescript/lib/lib.es5.d.ts:978
Properties¶
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
Defined in: node_modules/typescript/lib/lib.es5.d.ts:975