API reference / @evolu/common / Evolu/Protocol / ProtocolTimestampMismatchError
Interface: ProtocolTimestampMismatchError
Defined in: packages/common/src/Evolu/Protocol.ts:423
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 |
|---|---|---|---|
embedded | readonly | Timestamp | packages/common/src/Evolu/Protocol.ts:426 |
expected | readonly | Timestamp | packages/common/src/Evolu/Protocol.ts:425 |
type | readonly | "ProtocolTimestampMismatchError" | packages/common/src/Evolu/Protocol.ts:424 |