API reference / @evolu/common / Evolu/Protocol / ProtocolInvalidDataError
Interface: ProtocolInvalidDataError
Defined in: packages/common/src/Evolu/Protocol.ts:380
Error for invalid or corrupted protocol message data.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
data | readonly | Uint8Array | packages/common/src/Evolu/Protocol.ts:382 |
error | readonly | unknown | packages/common/src/Evolu/Protocol.ts:383 |
type | readonly | "ProtocolInvalidDataError" | packages/common/src/Evolu/Protocol.ts:381 |