Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
runtime_transaction_error.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_RUNTIME_COMMON_RUNTIME_TRANSACTION_ERROR_HPP
7
#define KAGOME_CORE_RUNTIME_COMMON_RUNTIME_TRANSACTION_ERROR_HPP
8
9
#include <
outcome/outcome.hpp
>
10
11
namespace
kagome::runtime
{
12
17
enum class
RuntimeTransactionError
{
// 0 is reserved for success
18
NO_TRANSACTIONS_WERE_STARTED
= 1,
19
};
20
}
// namespace kagome::runtime
21
22
OUTCOME_HPP_DECLARE_ERROR
(
kagome::runtime
,
RuntimeTransactionError
);
23
24
#endif // KAGOME_CORE_RUNTIME_COMMON_RUNTIME_TRANSACTION_ERROR_HPP
kagome::runtime::RuntimeTransactionError::NO_TRANSACTIONS_WERE_STARTED
kagome::runtime
Definition:
author_api_impl.hpp:43
outcome.hpp
kagome::runtime::RuntimeTransactionError
RuntimeTransactionError
RuntimeTransactionError enum provides error codes for storage transactions mechanism.
Definition:
runtime_transaction_error.hpp:17
OUTCOME_HPP_DECLARE_ERROR
OUTCOME_HPP_DECLARE_ERROR(kagome::runtime, RuntimeTransactionError)
core
runtime
common
runtime_transaction_error.hpp
Generated by
1.8.11