Kagome
Polkadot Runtime Engine in C++17
vote_graph_error.cpp
Go to the documentation of this file.
1 
7 
8 
11  switch (e) {
13  return "Received block has smaller height than base in graph";
14  }
15  return "Unknown error (invalid VoteGraphError)";
16 }
OUTCOME_CPP_DEFINE_CATEGORY(kagome::consensus::grandpa, VoteGraphError, e)