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

Class: NotImplementedError

Hierarchy

  • Error

    NotImplementedError

Table of contents

Constructors

Constructors

constructor

+ new NotImplementedError(methodName: string): NotImplementedError

Parameters:

Name

Type

methodName

string

Returns: NotImplementedError

Defined in: core/dist/errors/NotImplementedError.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


stack

Optional stack: undefined | string

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


prepareStackTrace

Optional Static 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


stackTraceLimit

Static stackTraceLimit: number

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

Methods

captureStackTrace

StaticcaptureStackTrace(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