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