LogoRobo.js
Framework

MigrationError

Class: MigrationError

Thrown when a migration fails.

Extends

Constructors

new MigrationError()

new MigrationError(message, options?): MigrationError

Parameters

ParameterType
messagestring
options?{ cause: Error; migrationName: string; phase: "up" | "down" | "lock"; }
options.cause?Error
options.migrationName?string
options.phase?"up" | "down" | "lock"

Returns

MigrationError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringFlashcoreError.code
migrationName?readonlystring-
phase?readonly"up" | "down" | "lock"-

On this page