Skip to content

Interface Issue

Represent a issue for your diagnosed minecraft client.

🏷️ Properties

expectedChecksum

ts
expectedChecksum: string

The expected checksum of the file. Can be an empty string if this file is missing or not check checksum at all!

Defined in: packages/core/diagnose.ts:29

file

ts
file: string

The path of the problematic file.

Defined in: packages/core/diagnose.ts:21

hint

ts
hint: string

The useful hint to fix this issue. This should be a human readable string.

Defined in: packages/core/diagnose.ts:25

receivedChecksum

ts
receivedChecksum: string

The actual checksum of the file. Can be an empty string if this file is missing or not check checksum at all!

Defined in: packages/core/diagnose.ts:33

role

ts
role: string

The role of the file in Minecraft.

Defined in: packages/core/diagnose.ts:17

type

ts
type: "missing" | "corrupted"

The type of the issue.

Defined in: packages/core/diagnose.ts:13