Framework
DataCorruptionError
Class: DataCorruptionError
Thrown when data corruption is detected (malformed chunk, catalog mismatch).
Extends
Constructors
new DataCorruptionError()
new DataCorruptionError(message, options?): DataCorruptionErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; model: string; repairGuidance: string; structure: "wal" | "chunk" | "catalog" | "index" | "filter"; } |
options.cause? | Error |
options.model? | string |
options.repairGuidance? | string |
options.structure? | "wal" | "chunk" | "catalog" | "index" | "filter" |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | FlashcoreError.code |
model? | readonly | string | - |
repairGuidance? | readonly | string | - |
structure? | readonly | "wal" | "chunk" | "catalog" | "index" | "filter" | - |
