Skip to main content
Version: Version 5

Class: NotLoadedError

Extends

  • Error

Constructors

new NotLoadedError()

new NotLoadedError(message?): NotLoadedError

Parameters

message?: string

Returns

NotLoadedError

Inherited from

Error.constructor

new NotLoadedError()

new NotLoadedError(message?, options?): NotLoadedError

Parameters

message?: string

options?: ErrorOptions

Returns

NotLoadedError

Inherited from

Error.constructor

Properties

cause?

optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


name

name: string = 'NotLoadedError'

Overrides

Error.name


stack?

optional stack: string

Inherited from

Error.stack