Revert "Distinguish a failed key source from one with no entry"

This reverts commit 22a3e3fd01.
This commit is contained in:
Matthew Jackson
2026-07-29 19:15:21 -07:00
parent 50f37462db
commit 4ed245868e
3 changed files with 9 additions and 25 deletions
-5
View File
@@ -77,11 +77,6 @@ pub enum KeyNode {
MatchedDisc,
/// The source had no entry for this disc.
NoEntry,
/// The source FAILED — it errored rather than reporting no entry. Distinct
/// from [`Self::NoEntry`]: an unreachable key server or an unreadable keydb is
/// a fixable condition, whereas "this disc is not in the database" is not, and
/// collapsing the two told the front-end the wrong cause.
SourceFailed,
/// Pre-decrypted unit keys were found.
FoundUnitKeys,
/// A VUK was found.