Class: MigrationRefused
このコンテンツはまだ日本語訳がありません。
Class: MigrationRefused
Section titled “Class: MigrationRefused”Defined in: server/src/migrations.ts:164
Legacy error type retained so old imports still type-check. New generated
migrations report unsafe changes through PlasmaGenerateRefused.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MigrationRefused(
reason,diff):MigrationRefused
Defined in: server/src/migrations.ts:165
Parameters
Section titled “Parameters”reason
Section titled “reason”string
Returns
Section titled “Returns”MigrationRefused
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”reason
Section titled “reason”
readonlyreason:string
Defined in: server/src/migrations.ts:166
readonlydiff:SchemaDiff
Defined in: server/src/migrations.ts:167