Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
impl
pool_moderator.hpp
transaction_pool.hpp
transaction_pool_error.cpp
transaction_pool_error.hpp
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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