Electroneum
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
tools::error::wallet_rpc_error Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::wallet_rpc_error:
Inheritance graph
[legend]
Collaboration diagram for tools::error::wallet_rpc_error:
Collaboration graph
[legend]

Public Member Functions

const std::string & request () const
 
std::string to_string () const
 
- Public Member Functions inherited from tools::error::wallet_error_base< Base >
const std::string & location () const
 
std::string to_string () const
 

Protected Member Functions

 wallet_rpc_error (std::string &&loc, const std::string &message, const std::string &request)
 
- Protected Member Functions inherited from tools::error::wallet_error_base< Base >
 wallet_error_base (std::string &&loc, const std::string &message)
 

Private Attributes

std::string m_request
 

Constructor & Destructor Documentation

◆ wallet_rpc_error()

tools::error::wallet_rpc_error::wallet_rpc_error ( std::string &&  loc,
const std::string &  message,
const std::string &  request 
)
inlineexplicitprotected

Member Function Documentation

◆ 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

Member Data Documentation

◆ m_request

std::string tools::error::wallet_rpc_error::m_request
private

The documentation for this struct was generated from the following file: