API reference / @evolu/common / local-first / ValidDbChangeValuesError
Interface: ValidDbChangeValuesError
Defined in: packages/common/src/local-first/Storage.ts:276
Extends
TypeError<"ValidDbChangeValues">
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
invalidColumns | readonly | readonly string[] | - | - | packages/common/src/local-first/Storage.ts:277 |
type | readonly | "ValidDbChangeValues" | - | TypeError.type | packages/common/src/Type.ts:428 |
value | readonly | unknown | The value that was received and caused the error. Provides additional context for debugging and validation feedback. | TypeError.value | packages/common/src/Type.ts:434 |