Module error

Source
Expand description

Error types

Enums§

AuthErrorauth
An error that occurs during authentication.
CobbleError
A general error that can occur when working with this crate.
DownloadError
An error that occurs during downloading of resources.
InstallationError
An error that occurs during installation of minecraft.
LaunchError
An error that occurs during installation of minecraft.

Type Aliases§

AuthResultauth
Result with AuthError as the error type.
CobbleResult
Result with CobbleError as the error type.
DownloadResult
Result with DownloadError as the error type.
InstallationResult
Result with InstallationError as the error type.
LaunchResult
Result with LaunchError as the error type.