Skip to content

Class: PlasmaSchemaMismatchUnhandled

Defined in: client/src/errors.ts:3

  • Error

new PlasmaSchemaMismatchUnhandled(oldSchemaHash, newSchemaHash, outboxCount, recommendedAction, diagnostics): PlasmaSchemaMismatchUnhandled

Defined in: client/src/errors.ts:4

string

string

number

"reset" | "keep" | "prompt"

Pick<PendingResetDiagnostics, "userActionRequired" | "oldestStagedAt" | "storeSize">

PlasmaSchemaMismatchUnhandled

Error.constructor

readonly oldSchemaHash: string

Defined in: client/src/errors.ts:5


readonly newSchemaHash: string

Defined in: client/src/errors.ts:6


readonly outboxCount: number

Defined in: client/src/errors.ts:7


readonly recommendedAction: "reset" | "keep" | "prompt"

Defined in: client/src/errors.ts:8


readonly diagnostics: Pick<PendingResetDiagnostics, "userActionRequired" | "oldestStagedAt" | "storeSize">

Defined in: client/src/errors.ts:9