API reference / @evolu/common / Evolu/Protocol / ProtocolTimestampMismatchError
Interface: ProtocolTimestampMismatchError
Defined in: packages/common/src/Evolu/Protocol.ts:460
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:463 |
expected | readonly | Timestamp | packages/common/src/Evolu/Protocol.ts:462 |
type | readonly | "ProtocolTimestampMismatchError" | packages/common/src/Evolu/Protocol.ts:461 |