Interface ProcessorIssue
The processor issue
🏷️ Properties
expectedChecksum
expectedChecksum: string
The expected checksum of the file. Can be an empty string if this file is missing or not check checksum at all! Inherited from: Issue.expectedChecksum
Defined in: packages/core/diagnose.ts:29
file
file: string
The path of the problematic file. Inherited from: Issue.file
Defined in: packages/core/diagnose.ts:21
hint
hint: string
The useful hint to fix this issue. This should be a human readable string. Inherited from: Issue.hint
Defined in: packages/core/diagnose.ts:25
processor
processor: PostProcessor
The processor
Defined in: packages/installer/diagnose.ts:15
receivedChecksum
receivedChecksum: string
The actual checksum of the file. Can be an empty string if this file is missing or not check checksum at all! Inherited from: Issue.receivedChecksum
Defined in: packages/core/diagnose.ts:33
role
role: "processor"
The role of the file in Minecraft.
Defined in: packages/installer/diagnose.ts:10
type
type: "missing" | "corrupted"
The type of the issue. Inherited from: Issue.type
Defined in: packages/core/diagnose.ts:13