#include <wallet_errors.h>
Definition at line 652 of file wallet_errors.h.
◆ tx_rejected()
| tools::error::tx_rejected::tx_rejected |
( |
std::string && | loc, |
|
|
const cryptonote::transaction & | tx, |
|
|
const std::string & | status, |
|
|
const std::string & | reason ) |
|
inlineexplicit |
◆ reason()
| const std::string & tools::error::tx_rejected::reason |
( |
| ) |
const |
|
inline |
◆ status()
| const std::string & tools::error::tx_rejected::status |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::tx_rejected::to_string |
( |
| ) |
const |
|
inline |
Definition at line 666 of file wallet_errors.h.
667 {
668 std::ostringstream ss;
670 cryptonote::transaction
tx = m_tx;
672 if (!m_reason.empty())
673 {
674 ss << " (" << m_reason << ")";
675 }
676 return ss.str();
677 }
std::string obj_to_json_str(T &obj)
◆ tx()
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet_errors.h