API reference › @evolu/common › local‑first/Protocol › ProtocolWriteKeyError
Defined in: packages/common/src/local-first/Protocol.ts:438
Error when a OwnerWriteKey is invalid, missing, or fails validation.
Extends
OwnerError.Typed<"ProtocolWriteKeyError">
Properties
ownerId
readonly ownerId: string & Brand<"Id"> & Brand<"OwnerId">;
Defined in: packages/common/src/local-first/Owner.ts:404
Inherited from
type
readonly type: "ProtocolWriteKeyError";
Defined in: packages/common/src/Type.ts:3492