API reference@evolu/commonlocal‑first/Storage › ValidDbChangeValuesError

Defined in: packages/common/src/local-first/Storage.ts:319

A plain structured error produced by a Type operation.

It is a domain value discriminated by type, not an instance of JavaScript's global TypeError.

Each distinct error meaning and shape should use a unique type. Reuse a tag only when it intentionally represents the same error contract. Accidental reuse prevents reliable discriminated-union narrowing.

Extends

Properties

invalidColumns

readonly invalidColumns: readonly string[];

Defined in: packages/common/src/local-first/Storage.ts:321


type

readonly type: "ValidDbChangeValues";

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

Inherited from

TypeError.type


value

readonly value: DbChangeValues;

Defined in: packages/common/src/local-first/Storage.ts:320