コンテンツにスキップ

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.

  • Error

new MigrationRefused(reason, diff): MigrationRefused

Defined in: server/src/migrations.ts:165

string

SchemaDiff

MigrationRefused

Error.constructor

readonly reason: string

Defined in: server/src/migrations.ts:166


readonly diff: SchemaDiff

Defined in: server/src/migrations.ts:167