Module cobble_core::error

source ·
Expand description

Error types

Enums

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

Type Definitions

Result with AuthError as the error type.
Result with CobbleError as the error type.
Result with DownloadError as the error type.
Result with InstallationError as the error type.
Result with LaunchError as the error type.