Module errors

Module errors 

Source
Expand description

Download error types.

These errors are designed to be serializable and not depend on external error types like std::io::Error. For I/O errors, we capture the kind and message as strings.

Enums§

DownloadError
Error type for download operations.

Type Aliases§

DownloadResult
Convenience result type for download operations.