Appearance
@loontail/minecraft-kit v0.8.14 / RepairableErrorLike
Type alias: RepairableErrorLike
ts
type RepairableErrorLike: {
code: MinecraftKitErrorCode;
context: Readonly<MinecraftKitErrorContext>;
};Structural shape of the MinecraftKitError passed to RepairFromErrorInput. Defined here so src/types/ does not need to import the error class from src/core/. Any thrown MinecraftKitError satisfies this shape.
Type declaration
| Member | Type |
|---|---|
code | MinecraftKitErrorCode |
context | Readonly<MinecraftKitErrorContext> |