Expand description
Strongly-typed error enum for the KGet public API.
KgetError replaces Box<dyn Error> at every public boundary so callers
can match on failure cases rather than downcasting opaque trait objects.
Enumsยง
- Kget
Error - All errors that can arise from a KGet download operation.