Skip to main content

Module error

Module error 

Source
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ยง

KgetError
All errors that can arise from a KGet download operation.