Framework
FlashcoreSchemaError
Class: FlashcoreSchemaError
Thrown when schema validation fails on startup (breaking schema drift).
Extends
Constructors
new FlashcoreSchemaError()
new FlashcoreSchemaError(message, options?): FlashcoreSchemaErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; cliInstructions: string; model: string; schemaChange: string; } |
options.cause? | Error |
options.cliInstructions? | string |
options.model? | string |
options.schemaChange? | string |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
cliInstructions? | readonly | string | - |
code | readonly | string | FlashcoreError.code |
model? | readonly | string | - |
schemaChange? | readonly | string | - |
