Appearance
@loontail/minecraft-kit v0.5.0 / VerifyFileStatuses
Variable: VerifyFileStatuses
ts
const VerifyFileStatuses: {
CORRUPT: "corrupt";
MISSING: "missing";
OK: "ok";
WRONG_SIZE: "wrong-size";
};Status of an individual file checked during verification.
Type declaration
| Member | Type | Value |
|---|---|---|
CORRUPT | "corrupt" | "corrupt" |
MISSING | "missing" | "missing" |
OK | "ok" | "ok" |
WRONG_SIZE | "wrong-size" | "wrong-size" |