LogoRobo.js
Framework

FlashcoreSchemaError

Class: FlashcoreSchemaError

Thrown when schema validation fails on startup (breaking schema drift).

Extends

Constructors

new FlashcoreSchemaError()

new FlashcoreSchemaError(message, options?): FlashcoreSchemaError

Parameters

ParameterType
messagestring
options?{ cause: Error; cliInstructions: string; model: string; schemaChange: string; }
options.cause?Error
options.cliInstructions?string
options.model?string
options.schemaChange?string

Returns

FlashcoreSchemaError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
cliInstructions?readonlystring-
codereadonlystringFlashcoreError.code
model?readonlystring-
schemaChange?readonlystring-

On this page