Expand description
Error and result types for the download-source boundary.
Defines SourceError and the SourceResult alias used throughout the
crate, plus helpers that map HTTP responses onto typed errors.
Enums§
- Source
Error - Errors raised at the download-source boundary.
Functions§
- status_
error - Map a non-success HTTP
responseonto a typedSourceError.
Type Aliases§
- Source
Result - Convenience result alias for fallible source operations.