API Reference / @evolu/common / Evolu/Internal / ValidEvoluSchemaError
Interface: ValidEvoluSchemaError
Defined in: packages/common/src/Evolu/Schema.ts:164
Extends
TypeError
<"ValidEvoluSchema"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
reason | readonly | object | - | - | packages/common/src/Evolu/Schema.ts:165 |
reason.columnName | public | string | - | - | packages/common/src/Evolu/Schema.ts:168 |
reason.kind | public | "DefaultColumnError" | - | - | packages/common/src/Evolu/Schema.ts:166 |
reason.tableName | public | string | - | - | packages/common/src/Evolu/Schema.ts:167 |
type | readonly | "ValidEvoluSchema" | - | TypeError .type | packages/common/src/Type.ts:248 |
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:254 |