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

#include <wallet_errors.h>

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

Public Member Functions

 wallet_generic_rpc_error (std::string &&loc, const std::string &request, const std::string &status)
 
const std::string & status () const
 
- Public Member Functions inherited from tools::error::wallet_rpc_error
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
 

Private Attributes

const std::string m_status
 

Additional Inherited Members

- Protected Member Functions inherited from tools::error::wallet_rpc_error
 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)
 

Constructor & Destructor Documentation

◆ wallet_generic_rpc_error()

tools::error::wallet_generic_rpc_error::wallet_generic_rpc_error ( std::string &&  loc,
const std::string &  request,
const std::string &  status 
)
inlineexplicit

Member Function Documentation

◆ status()

const std::string& tools::error::wallet_generic_rpc_error::status ( ) const
inline

Member Data Documentation

◆ m_status

const std::string tools::error::wallet_generic_rpc_error::m_status
private

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