Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vote_graph_error.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_VOTE_GRAPH_ERROR_HPP
7
#define KAGOME_VOTE_GRAPH_ERROR_HPP
8
9
#include <
outcome/outcome.hpp
>
10
11
namespace
kagome::consensus::grandpa
{
12
13
enum
VoteGraphError
{
14
RECEIVED_BLOCK_LESS_THAN_BASE
= 1
15
};
16
17
}
18
19
OUTCOME_HPP_DECLARE_ERROR
(
kagome::consensus::grandpa
,
VoteGraphError
);
20
21
#endif // KAGOME_VOTE_GRAPH_ERROR_HPP
kagome::consensus::grandpa
Definition:
catch_up_observer.hpp:13
OUTCOME_HPP_DECLARE_ERROR
OUTCOME_HPP_DECLARE_ERROR(kagome::consensus::grandpa, VoteGraphError)
kagome::consensus::grandpa::VoteGraphError
VoteGraphError
Definition:
vote_graph_error.hpp:13
outcome.hpp
kagome::consensus::grandpa::RECEIVED_BLOCK_LESS_THAN_BASE
Definition:
vote_graph_error.hpp:14
core
consensus
grandpa
vote_graph
vote_graph_error.hpp
Generated by
1.8.11