Expand description
Error types
Enums§
- Auth
Error auth - An error that occurs during authentication.
- Cobble
Error - A general error that can occur when working with this crate.
- Download
Error - An error that occurs during downloading of resources.
- Installation
Error - An error that occurs during installation of minecraft.
- Launch
Error - An error that occurs during installation of minecraft.
Type Aliases§
- Auth
Result auth - Result with
AuthErroras the error type. - Cobble
Result - Result with
CobbleErroras the error type. - Download
Result - Result with
DownloadErroras the error type. - Installation
Result - Result with
InstallationErroras the error type. - Launch
Result - Result with
LaunchErroras the error type.