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

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

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:539

Inherited from

OwnerError.ownerId


type

readonly type: "ProtocolWriteKeyError";

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

Inherited from

Typed.type