Kagome
Polkadot Runtime Engine in C++17
adapter_errors.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_ADAPTERS_ERRORS
7 #define KAGOME_ADAPTERS_ERRORS
8 
9 #include <outcome/outcome.hpp>
10 
11 namespace kagome::network {
15  enum class AdaptersError : int {
16  EMPTY_DATA = 1,
21  };
22 
23 } // namespace kagome::network
24 
26 
27 #endif // KAGOME_ADAPTERS_ERRORS
OUTCOME_HPP_DECLARE_ERROR(kagome::api, JRpcServerImpl::Error)
AdaptersError
interface adapters errors