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
AuthError
as the error type. - Cobble
Result - Result with
CobbleError
as the error type. - Download
Result - Result with
DownloadError
as the error type. - Installation
Result - Result with
InstallationError
as the error type. - Launch
Result - Result with
LaunchError
as the error type.