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