Skip to main content

Class: InstallerInitializationError

Extends

  • Error

Implements

Constructors

new InstallerInitializationError()

new InstallerInitializationError(message?): InstallerInitializationError

Parameters

message?: string

Returns

InstallerInitializationError

Inherited from

Error.constructor

Defined in

docs/node_modules/typescript/lib/lib.es5.d.ts:1082

Properties

code

code: ErrorCode = ErrorCode.InstallerInitializationError;

Implementation of

CodedError.code

Defined in

packages/oauth/src/errors.ts:19


message

message: string;

Implementation of

CodedError.message

Inherited from

Error.message

Defined in

docs/node_modules/typescript/lib/lib.es5.d.ts:1077


name

name: string;

Implementation of

CodedError.name

Inherited from

Error.name

Defined in

docs/node_modules/typescript/lib/lib.es5.d.ts:1076


stack?

optional stack: string;

Implementation of

CodedError.stack

Inherited from

Error.stack

Defined in

docs/node_modules/typescript/lib/lib.es5.d.ts:1078