Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.1 KB

api_exceptions.rst

File metadata and controls

52 lines (34 loc) · 2.1 KB

Exceptions

dnf.exceptions.Error

Base class for all DNF Errors.

dnf.exceptions.CompsError

Used for errors of comps groups like trying to work with group which is not available.

dnf.exceptions.DeprecationWarning

Used to emit deprecation warnings using Python's warnings.warning function.

dnf.exceptions.DepsolveError

Error during transaction dependency resolving.

dnf.exceptions.DownloadError

Error during downloading packages from the repositories.

dnf.exceptions.MarkingError

Error when DNF was unable to find a match for given package / group / module specification.

dnf.exceptions.MarkingErrors

Categorized errors during processing of the request. The available error categories are no_match_pkg_specs for missing packages, error_pkg_specs for broken packages, no_match_group_specs for missing groups or modules, error_group_specs for broken groups or modules and module_depsolv_errors for modular dependency problems.

dnf.exceptions.RepoError

Error when loading repositories.