API reference / @evolu/common / local-first/Protocol / ProtocolWriteError
Interface: ProtocolWriteError
Defined in: packages/common/src/local-first/Protocol.ts:408
Error indicating a serious relay-side write failure. Clients should log this error and show a generic sync error to the user.
Extends
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
ownerId | readonly | string & Brand<"Id"> & Brand<"OwnerId"> | BaseOwnerError.ownerId | packages/common/src/local-first/Owner.ts:388 |
type | readonly | "ProtocolWriteError" | - | packages/common/src/local-first/Protocol.ts:409 |