#include <wallet_errors.h>
template<typename Base>
struct tools::error::wallet_error_base< Base >
Definition at line 102 of file wallet_errors.h.
◆ wallet_error_base()
Definition at line 114 of file wallet_errors.h.
std::string message("Message requiring signing")
◆ location()
◆ to_string()
Definition at line 106 of file wallet_errors.h.
108 std::ostringstream ss;
109 ss << m_loc <<
':' <<
typeid(*this).name() <<
": " << Base::what();
The documentation for this struct was generated from the following file: