API reference@evolu/commonlocal‑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

Properties

ownerId

readonly ownerId: string & Brand<"Id"> & Brand<"OwnerId">;

Defined in: packages/common/src/local-first/Owner.ts:404

Inherited from

OwnerError.ownerId


type

readonly type: "ProtocolWriteError";

Defined in: packages/common/src/Type.ts:3492

Inherited from

Typed.type