Class: NotLoadedError
Extends
Error
Constructors
new NotLoadedError()
new NotLoadedError(
message?):NotLoadedError
Parameters
• message?: string
Returns
Inherited from
Error.constructor
new NotLoadedError()
new NotLoadedError(
message?,options?):NotLoadedError
Parameters
• message?: string
• options?: ErrorOptions
Returns
Inherited from
Error.constructor
Properties
cause?
optionalcause:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string='NotLoadedError'
Overrides
Error.name
stack?
optionalstack:string
Inherited from
Error.stack