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§
- Download
Error - Error type for download operations.
Type Aliases§
- Download
Result - Convenience result type for download operations.