Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
authority
impl
authority_manager.hpp
authority_manager_error.cpp
authority_manager_error.hpp
authority_update_observer.hpp
authority_update_observer_error.cpp
authority_update_observer_error.hpp
babe
grandpa
validation
constants.hpp
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
authority_manager_error.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CONSENSUS_AUTHORITIES_MANAGER_ERROR
7
#define KAGOME_CONSENSUS_AUTHORITIES_MANAGER_ERROR
8
9
#include <
outcome/outcome.hpp
>
10
11
namespace
kagome::authority
{
12
enum class
AuthorityManagerError
{
13
UNKNOWN_ENGINE_ID
= 1,
14
ORPHAN_BLOCK_OR_ALREADY_FINALIZED
,
15
CAN_NOT_SAVE_STATE
,
16
CANT_RECALCULATE_ON_PRUNED_STATE
,
17
FAILED_TO_INITIALIZE_SET_ID
,
18
};
19
}
20
21
OUTCOME_HPP_DECLARE_ERROR
(
kagome::authority
,
AuthorityManagerError
)
22
23
#endif // KAGOME_CONSENSUS_AUTHORITIES_MANAGER_ERROR
kagome::authority::AuthorityManagerError::ORPHAN_BLOCK_OR_ALREADY_FINALIZED
kagome::authority::AuthorityManagerError::FAILED_TO_INITIALIZE_SET_ID
kagome::authority::AuthorityManagerError::CAN_NOT_SAVE_STATE
outcome.hpp
OUTCOME_HPP_DECLARE_ERROR
OUTCOME_HPP_DECLARE_ERROR(kagome::api, JRpcServerImpl::Error)
kagome::authority::AuthorityManagerError::UNKNOWN_ENGINE_ID
kagome::authority::AuthorityManagerError::CANT_RECALCULATE_ON_PRUNED_STATE
kagome::authority::AuthorityManagerError
AuthorityManagerError
Definition:
authority_manager_error.hpp:12
kagome::authority
Definition:
digest_tracker_impl.hpp:13
core
consensus
authority
authority_manager_error.hpp
Generated by
1.8.11