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