EncryptedLockedError
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:103
Raised when an encrypt / decrypt path is reached while Keyring.isLocked.
Extends
Constructors
Constructor
new EncryptedLockedError(init?): EncryptedLockedError;
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:105
Parameters
| Parameter | Type |
|---|---|
init | EncryptedErrorInit & object |
Returns
EncryptedLockedError
Overrides
Properties
cause?
readonly optional cause?: unknown;
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:61
Inherited from
code
readonly code: "locked";
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:104
Overrides
entity?
readonly optional entity?: string;
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:58
Inherited from
hint?
readonly optional hint?: string;
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:60
Inherited from
message
message: string;
Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
name
name: string;
Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1074
Inherited from
property?
readonly optional property?: string;
Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:59
Inherited from
stack?
optional stack?: string;
Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1076