@celo/encrypted-backup"errors"ScryptError

Class: ScryptError

Hierarchy

ScryptError

Implements

Index

Constructors

Properties

Constructors

constructor

+ new ScryptError(options: ScryptOptions, error?: Error): ScryptError

Overrides void

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

Parameters:

Name Type
options ScryptOptions
error? Error

Returns: ScryptError

Properties

Optional Readonly error

error? : Error

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


Readonly errorType

errorType: SCRYPT_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


Readonly options

options: ScryptOptions

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


Optional stack

stack? : undefined | string

Inherited from AuthorizationError.stack

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