@atala/prism-wallet-sdk / Exports / Domain / PlutoError / StoreUpdateError
Class: StoreUpdateError
Domain.PlutoError.StoreUpdateError
Hierarchy
-
Error
↳
StoreUpdateError
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new StoreUpdateError(message?
): StoreUpdateError
Parameters
Name | Type |
---|---|
message? | string |
Returns
Overrides
Error.constructor
Defined in
src/domain/models/errors/Pluto.ts:32
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