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