#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.
668 std::ostringstream ss;
672 if (!m_reason.empty())
674 ss <<
" (" << m_reason <<
")";
std::string obj_to_json_str(T &obj)
◆ tx()
The documentation for this struct was generated from the following file: