Class: CoreError
moralis-monorepo / @moralisweb3/common-core / CoreError
Class: CoreError
@moralisweb3/common-core.CoreError
Hierarchy
↳
CoreError
Table of contents
Properties
Constructors
Properties
cause
• Optional
Readonly
cause: Error
| MoralisError
Inherited from
code
• Readonly
code: MoralisErrorCode
Inherited from
details
• Optional
Readonly
details: MoralisErrorDetails
Inherited from
isMoralisError
• Readonly
isMoralisError: true
Inherited from
name
• Readonly
name: string
= 'Moralis SDK Core Error'
Overrides
Constructors
constructor
• new CoreError(options
)
Parameters
Name | Type |
---|---|
options | MoralisErrorOptions <CoreErrorCode > |