Skip to main content
Version: Version 5

Class: LicenseError

Extends

  • Error

Constructors

new LicenseError()

new LicenseError(message?): LicenseError

Parameters

message?: string

Returns

LicenseError

Inherited from

Error.constructor

new LicenseError()

new LicenseError(message?, options?): LicenseError

Parameters

message?: string

options?: ErrorOptions

Returns

LicenseError

Inherited from

Error.constructor

Properties

cause?

optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


name

name: string = 'LicenseError'

Overrides

Error.name


stack?

optional stack: string

Inherited from

Error.stack