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