API reference@evolu/commonlocal‑first/Protocol › ProtocolTimestampMismatchError

Defined in: packages/common/src/local-first/Protocol.ts:492

Error when embedded timestamp doesn't match expected timestamp in EncryptedDbChange. Indicates potential tampering or corruption of CRDT messages.

Extends

  • Typed<"ProtocolTimestampMismatchError">

Properties

expected

readonly expected: Timestamp;

Defined in: packages/common/src/local-first/Protocol.ts:493


timestamp

readonly timestamp: Timestamp;

Defined in: packages/common/src/local-first/Protocol.ts:494


type

readonly type: "ProtocolTimestampMismatchError";

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

Inherited from

Typed.type