@celo/encrypted-backup"errors"DecryptionError

Class: DecryptionError

Hierarchy

DecryptionError

Implements

Index

Constructors

Properties

Constructors

constructor

+ new DecryptionError(error?: Error): DecryptionError

Overrides void

Defined in packages/sdk/encrypted-backup/src/errors.ts:32

Parameters:

Name Type
error? Error

Returns: DecryptionError

Properties

Optional Readonly error

error? : Error

Defined in packages/sdk/encrypted-backup/src/errors.ts:33


Readonly errorType

errorType: DECRYPTION_ERROR

Inherited from AuthorizationError.errorType

Defined in packages/sdk/base/lib/result.d.ts:19


message

message: string

Inherited from AuthorizationError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Inherited from AuthorizationError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : undefined | string

Inherited from AuthorizationError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:975