API Reference / @evolu/common / Evolu/Internal / ValidEvoluSchemaError

Interface: ValidEvoluSchemaError

Defined in: packages/common/src/Evolu/Schema.ts:164

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
reasonreadonlyobject--packages/common/src/Evolu/Schema.ts:165
reason.columnNamepublicstring--packages/common/src/Evolu/Schema.ts:168
reason.kindpublic"DefaultColumnError"--packages/common/src/Evolu/Schema.ts:166
reason.tableNamepublicstring--packages/common/src/Evolu/Schema.ts:167
typereadonly"ValidEvoluSchema"-TypeError.typepackages/common/src/Type.ts:248
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.TypeError.valuepackages/common/src/Type.ts:254

Was this page helpful?