Kagome
Polkadot Runtime Engine in C++17
block_builder_error.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_CORE_AUTHORSHIP_IMPL_BLOCK_BUILDER_ERROR_HPP
7 #define KAGOME_CORE_AUTHORSHIP_IMPL_BLOCK_BUILDER_ERROR_HPP
8 
9 #include "outcome/outcome.hpp"
10 
11 namespace kagome::authorship {
12 
13  enum class BlockBuilderError {
17  };
18 
19 }
20 
22 
23 #endif // KAGOME_CORE_AUTHORSHIP_IMPL_BLOCK_BUILDER_ERROR_HPP
OUTCOME_HPP_DECLARE_ERROR(kagome::api, JRpcServerImpl::Error)