API reference / @evolu/common / local-first/Protocol / ProtocolTimestampMismatchError
Interface: ProtocolTimestampMismatchError
Defined in: packages/common/src/local-first/Protocol.ts:442
Error when embedded timestamp doesn't match expected timestamp in EncryptedDbChange. Indicates potential tampering or corruption of CRDT messages.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
expected | readonly | Timestamp | packages/common/src/local-first/Protocol.ts:444 |
timestamp | readonly | Timestamp | packages/common/src/local-first/Protocol.ts:445 |
type | readonly | "ProtocolTimestampMismatchError" | packages/common/src/local-first/Protocol.ts:443 |