@atala/prism-wallet-sdk / Exports / Domain / PlutoError / StoreInsertError
Class: StoreInsertError
Domain.PlutoError.StoreInsertError
Hierarchy
-
Error
↳
StoreInsertError
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new StoreInsertError(message?
): StoreInsertError
Parameters
Name | Type |
---|---|
message? | string |
Returns
Overrides
Error.constructor
Defined in
src/domain/models/errors/Pluto.ts:20
Properties
cause
• Optional
cause: unknown
Inherited from
Error.cause
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
message
• message: string
Inherited from
Error.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1054