Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
trie_error.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_STORAGE_TRIE_TRIE_ERROR_HPP
7
#define KAGOME_STORAGE_TRIE_TRIE_ERROR_HPP
8
9
#include "
outcome/outcome.hpp
"
10
11
namespace
kagome::storage::trie
{
15
enum class
TrieError
{
16
NO_VALUE
= 1,
// no stored value found by the given key
17
};
18
}
// namespace kagome::storage::trie
19
20
OUTCOME_HPP_DECLARE_ERROR
(
kagome::storage::trie
,
TrieError
)
21
22
#endif // KAGOME_STORAGE_TRIE_TRIE_ERROR_HPP
kagome::storage::trie
Definition:
api_service_impl.hpp:41
kagome::storage::trie::TrieError::NO_VALUE
outcome.hpp
OUTCOME_HPP_DECLARE_ERROR
OUTCOME_HPP_DECLARE_ERROR(kagome::api, JRpcServerImpl::Error)
kagome::storage::trie::TrieError
TrieError
TrieDbError enum provides error codes for TrieDb methods.
Definition:
trie_error.hpp:15
core
storage
trie
polkadot_trie
trie_error.hpp
Generated by
1.8.11