pub fn is_vote_state_unsupported_error(error: &AurVoteError) -> boolExpand description
What: Determine whether a vote-state error indicates unsupported upstream command.
Inputs:
error: Typed vote error returned byaur_vote_state.
Output:
trueif the upstream SSH endpoint rejectedlist-votesas invalid.
Details:
- Used by UI event-loop mapping to degrade gracefully to
Unknowninstead of showing persistent inline errors for unsupported read-only lookups.