#include <wallet_errors.h>
Definition at line 775 of file wallet_errors.h.
◆ wallet_rpc_error()
| tools::error::wallet_rpc_error::wallet_rpc_error |
( |
std::string && | loc, |
|
|
const std::string & | message, |
|
|
const std::string & | request ) |
|
inlineexplicitprotected |
Definition at line 787 of file wallet_errors.h.
790 {
791 }
std::string message("Message requiring signing")
◆ request()
| const std::string & tools::error::wallet_rpc_error::request |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::wallet_rpc_error::to_string |
( |
| ) |
const |
|
inline |
Definition at line 779 of file wallet_errors.h.
780 {
781 std::ostringstream ss;
783 return ss.str();
784 }
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