API reference › @evolu/common › local‑first/Protocol › ProtocolSyncError
Defined in: packages/common/src/local-first/Protocol.ts:468
Error indicating a serious relay-side synchronization failure. Clients should log this error and show a generic sync error to the user.
Extends
OwnerError.Typed<"ProtocolSyncError">
Properties
ownerId
readonly ownerId: string & Brand<"Id"> & Brand<"OwnerId">;
Defined in: packages/common/src/local-first/Owner.ts:404
Inherited from
type
readonly type: "ProtocolSyncError";
Defined in: packages/common/src/Type.ts:3492