跳到主要内容

EncryptedConfigurationError

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:94

Schema / initialisation / lifecycle misconfiguration.

Extends

Constructors

Constructor

new EncryptedConfigurationError(init): EncryptedConfigurationError;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:96

Parameters

ParameterType
initEncryptedErrorInit & object

Returns

EncryptedConfigurationError

Overrides

EncryptedError.constructor

Properties

cause?

readonly optional cause?: unknown;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:61

Inherited from

EncryptedError.cause


code

readonly code: ConfigurationCode;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:95

Overrides

EncryptedError.code


entity?

readonly optional entity?: string;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:58

Inherited from

EncryptedError.entity


hint?

readonly optional hint?: string;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:60

Inherited from

EncryptedError.hint


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

EncryptedError.message


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

EncryptedError.name


property?

readonly optional property?: string;

Defined in: packages/rxdb-adapter-encrypted/src/errors.ts:59

Inherited from

EncryptedError.property


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

Inherited from

EncryptedError.stack