API reference › @evolu/common › local‑first/Storage › ValidDbChangeValuesError
Defined in: packages/common/src/local-first/Storage.ts:293
Extends
TypeError<"ValidDbChangeValues">
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
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.