Skip to content

@loontail/minecraft-kit / MinecraftKitErrorCode

Type Alias: MinecraftKitErrorCode

ts
type MinecraftKitErrorCode = typeof MinecraftKitErrorCodes[keyof typeof MinecraftKitErrorCodes];

Defined in: src/types/errors.ts:49

Union of every value in MinecraftKitErrorCodes. Use as the key type when building exhaustive lookup tables that translate kit codes to a consumer-facing taxonomy.

MIT License