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

PropertyModifierTypeDefined in
embeddedreadonlyTimestamppackages/common/src/Evolu/Protocol.ts:463
expectedreadonlyTimestamppackages/common/src/Evolu/Protocol.ts:462
typereadonly"ProtocolTimestampMismatchError"packages/common/src/Evolu/Protocol.ts:461

Was this page helpful?