|
Monero
|
#include <wallet_errors.h>


Public Member Functions | |
| tx_rejected (std::string &&loc, const cryptonote::transaction &tx, const std::string &status, const std::string &reason) | |
| const cryptonote::transaction & | tx () const |
| const std::string & | status () const |
| const std::string & | reason () const |
| std::string | to_string () const |
| Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| const std::string & | location () const |
| std::string | to_string () const |
Private Attributes | |
| cryptonote::transaction | m_tx |
| std::string | m_status |
| std::string | m_reason |
Additional Inherited Members | |
| Protected Member Functions inherited from tools::error::transfer_error | |
| transfer_error (std::string &&loc, const std::string &message) | |
| Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| wallet_error_base (std::string &&loc, const std::string &message) | |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |