API reference@evolu/commonlocal‑first/Protocol › ProtocolWriteKeyError

Defined in: packages/common/src/local-first/Protocol.ts:438

Error when a OwnerWriteKey is invalid, missing, or fails validation.

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: "ProtocolWriteKeyError";

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

Inherited from

Typed.type