@inrupt/solid-client-authn-browser / ConfigurationError
Class: ConfigurationError¶
Hierarchy¶
Error
↳ ConfigurationError
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
+ new ConfigurationError(message
: string): ConfigurationError
Parameters:¶
Name |
Type |
---|---|
|
string |
Returns: ConfigurationError
Overrides: Error.constructor
Defined in: core/dist/errors/ConfigurationError.d.ts:1
Properties¶
message¶
• message: string
Inherited from: Error.message
Defined in: browser/node_modules/typescript/lib/lib.es5.d.ts:974
name¶
• name: string
Inherited from: Error.name
Defined in: browser/node_modules/typescript/lib/lib.es5.d.ts:973
stack¶
• Optional
stack: string
Inherited from: Error.stack
Defined in: browser/node_modules/typescript/lib/lib.es5.d.ts:975
prepareStackTrace¶
▪ Static
Optional
prepareStackTrace: (err
: Error, stackTraces
: CallSite[]) => any
Optional override for formatting stack traces
see
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Type declaration:¶
▸ (err
: Error, stackTraces
: CallSite[]): any
Parameters:¶
Name |
Type |
---|---|
|
Error |
|
CallSite[] |
Returns: any
Defined in: browser/node_modules/@types/node/globals.d.ts:11
Inherited from: Error.prepareStackTrace
Defined in: browser/node_modules/@types/node/globals.d.ts:11
stackTraceLimit¶
▪ Static
stackTraceLimit: number
Inherited from: Error.stackTraceLimit
Defined in: browser/node_modules/@types/node/globals.d.ts:13
Methods¶
captureStackTrace¶
▸ Static
captureStackTrace(targetObject
: object, constructorOpt?
: Function): void
Create .stack property on a target object
Parameters:¶
Name |
Type |
---|---|
|
object |
|
Function |
Returns: void
Inherited from: Error.captureStackTrace
Defined in: browser/node_modules/@types/node/globals.d.ts:4