@inrupt/solid-client-authn-node / ConfigurationError

Class: ConfigurationError

Hierarchy

  • Error

    ConfigurationError

Table of contents

Constructors

Constructors

constructor

+ new ConfigurationError(message: string): ConfigurationError

Parameters:

Name

Type

message

string

Returns: ConfigurationError

Defined in: core/dist/errors/ConfigurationError.d.ts:1

Properties

message

message: string

Defined in: node/node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Defined in: node/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/node_modules/@types/node/globals.d.ts:11


stack

Optional stack: undefined | string

Defined in: node/node_modules/typescript/lib/lib.es5.d.ts:975


stackTraceLimit

stackTraceLimit: number

Defined in: node/node_modules/@types/node/globals.d.ts:13

Methods

captureStackTrace

captureStackTrace(targetObject: object, constructorOpt?: Function): void

Create .stack property on a target object

Parameters:

Name

Type

targetObject

object

constructorOpt?

Function

Returns: void

Defined in: node/node_modules/@types/node/globals.d.ts:4