[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Protocol](https://evolu.dev/docs/api-reference/common/local-first/Protocol) › ProtocolTimestampMismatchError

Defined in: [packages/common/src/local-first/Protocol.ts:476](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L476)

Error when embedded timestamp doesn't match expected timestamp in
EncryptedDbChange. Indicates potential tampering or corruption of CRDT
messages.

## Extends

- [`Typed`](https://evolu.dev/docs/api-reference/common/Type/interfaces/Typed)\<`"ProtocolTimestampMismatchError"`\>

## Properties

<a id="expected"></a>

### expected

```ts
readonly expected: Timestamp;
```

Defined in: [packages/common/src/local-first/Protocol.ts:477](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L477)

---

<a id="timestamp"></a>

### timestamp

```ts
readonly timestamp: Timestamp;
```

Defined in: [packages/common/src/local-first/Protocol.ts:478](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L478)

---

<a id="type"></a>

### type

```ts
readonly type: "ProtocolTimestampMismatchError";
```

Defined in: [packages/common/src/Type.ts:3492](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/Type.ts#L3492)

#### Inherited from

[`Typed`](https://evolu.dev/docs/api-reference/common/Type/interfaces/Typed).[`type`](https://evolu.dev/docs/api-reference/common/Type/interfaces/Typed#type)