API reference@evolu/commonCrypto › DecryptWithXChaCha20Poly1305Error

Defined in: packages/common/src/Crypto.ts:272

Error returned by decryptWithXChaCha20Poly1305 when decryption fails.

Extends

  • Typed<"DecryptWithXChaCha20Poly1305Error">

Properties

error

readonly error: unknown;

Defined in: packages/common/src/Crypto.ts:273


type

readonly type: "DecryptWithXChaCha20Poly1305Error";

Defined in: packages/common/src/Type.ts:14201

Inherited from

Typed.type