OpenCBDC Transaction Processor
|
#include <interface.hpp>
Data Fields | |
error_code | m_error_code {} |
The error code. | |
std::optional< wounded_details > | m_wounded_details |
Optional details about the wounded error code. | |
Definition at line 76 of file parsec/runtime_locking_shard/interface.hpp.
error_code cbdc::parsec::runtime_locking_shard::shard_error::m_error_code {} |
The error code.
Definition at line 78 of file parsec/runtime_locking_shard/interface.hpp.
std::optional<wounded_details> cbdc::parsec::runtime_locking_shard::shard_error::m_wounded_details |
Optional details about the wounded error code.
Definition at line 81 of file parsec/runtime_locking_shard/interface.hpp.