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

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

Extends

Properties

invalidColumns

readonly invalidColumns: readonly string[];

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


type

readonly type: "ValidDbChangeValues";

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

Inherited from

TypeError.type


value

readonly value: unknown;

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

The value that was received and caused the error. Provides additional context for debugging and validation feedback.

Inherited from

TypeError.value