represents transaction error, empty or not More...
#include "tx_status_factory.hpp"
Public Member Functions | |
TransactionError () | |
TransactionError (StatelessErrorOrFailedCommandNameType cmd_name, FailedCommandIndexType cmd_index, ErrorCodeType error_code) | |
Public Attributes | |
std::decay_t< StatelessErrorOrFailedCommandNameType > | cmd_name_ |
FailedCommandIndexType | cmd_index_ |
ErrorCodeType | error_code_ |
represents transaction error, empty or not
|
inline |
|
inline |
FailedCommandIndexType shared_model::interface::TxStatusFactory::TransactionError::cmd_index_ |
std::decay_t<StatelessErrorOrFailedCommandNameType> shared_model::interface::TxStatusFactory::TransactionError::cmd_name_ |
ErrorCodeType shared_model::interface::TxStatusFactory::TransactionError::error_code_ |