Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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