Skip to main content

Module error

Module error 

Source
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§

SourceError
Errors raised at the download-source boundary.

Functions§

status_error
Map a non-success HTTP response onto a typed SourceError.

Type Aliases§

SourceResult
Convenience result alias for fallible source operations.