API reference › @evolu/common › local‑first/Protocol › ProtocolTimestampMismatchError
Defined in: packages/common/src/local-first/Protocol.ts:476
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:477
timestamp
readonly timestamp: Timestamp;
Defined in: packages/common/src/local-first/Protocol.ts:478
type
readonly type: "ProtocolTimestampMismatchError";
Defined in: packages/common/src/Type.ts:3492