Class: PlasmaSchemaMismatchUnhandled
このコンテンツはまだ日本語訳がありません。
Class: PlasmaSchemaMismatchUnhandled
Section titled “Class: PlasmaSchemaMismatchUnhandled”Defined in: client/src/errors.ts:3
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PlasmaSchemaMismatchUnhandled(
oldSchemaHash,newSchemaHash,outboxCount,recommendedAction,diagnostics):PlasmaSchemaMismatchUnhandled
Defined in: client/src/errors.ts:4
Parameters
Section titled “Parameters”oldSchemaHash
Section titled “oldSchemaHash”string
newSchemaHash
Section titled “newSchemaHash”string
outboxCount
Section titled “outboxCount”number
recommendedAction
Section titled “recommendedAction”"reset" | "keep" | "prompt"
diagnostics
Section titled “diagnostics”Pick<PendingResetDiagnostics, "userActionRequired" | "oldestStagedAt" | "storeSize">
Returns
Section titled “Returns”PlasmaSchemaMismatchUnhandled
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”oldSchemaHash
Section titled “oldSchemaHash”
readonlyoldSchemaHash:string
Defined in: client/src/errors.ts:5
newSchemaHash
Section titled “newSchemaHash”
readonlynewSchemaHash:string
Defined in: client/src/errors.ts:6
outboxCount
Section titled “outboxCount”
readonlyoutboxCount:number
Defined in: client/src/errors.ts:7
recommendedAction
Section titled “recommendedAction”
readonlyrecommendedAction:"reset"|"keep"|"prompt"
Defined in: client/src/errors.ts:8
diagnostics
Section titled “diagnostics”
readonlydiagnostics:Pick<PendingResetDiagnostics,"userActionRequired"|"oldestStagedAt"|"storeSize">
Defined in: client/src/errors.ts:9