API reference › @evolu/common › local‑first/Protocol › ProtocolError
type ProtocolError =
| ProtocolVersionError
| ProtocolInvalidDataError
| ProtocolWriteKeyError
| ProtocolWriteError
| ProtocolSyncError
| ProtocolQuotaError
| ProtocolTimestampMismatchError;
Defined in: packages/common/src/local-first/Protocol.ts:411