Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
transaction_pool_error.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
7
#define KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
8
9
#include <
outcome/outcome.hpp
>
10
11
namespace
kagome::transaction_pool
{
12
enum class
TransactionPoolError
{
13
TX_ALREADY_IMPORTED
= 1,
14
TX_NOT_FOUND
,
15
POOL_IS_FULL
,
16
};
17
}
18
19
OUTCOME_HPP_DECLARE_ERROR
(
kagome::transaction_pool
,
TransactionPoolError
);
20
21
#endif // KAGOME_CORE_TRANSACTION_POOL_TRANSACTION_POOL_ERROR_HPP
kagome::transaction_pool::TransactionPoolError::TX_ALREADY_IMPORTED
kagome::transaction_pool::TransactionPoolError::POOL_IS_FULL
kagome::transaction_pool::TransactionPoolError::TX_NOT_FOUND
outcome.hpp
OUTCOME_HPP_DECLARE_ERROR
OUTCOME_HPP_DECLARE_ERROR(kagome::transaction_pool, TransactionPoolError)
kagome::transaction_pool::TransactionPoolError
TransactionPoolError
Definition:
transaction_pool_error.hpp:12
kagome::transaction_pool
Definition:
author_api_impl.hpp:46
core
transaction_pool
transaction_pool_error.hpp
Generated by
1.8.11