Electroneum
Public Member Functions | Private Attributes | List of all members
tools::error::failed_rpc_request< Base, msg_index > Struct Template Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::failed_rpc_request< Base, msg_index >:
Inheritance graph
[legend]
Collaboration diagram for tools::error::failed_rpc_request< Base, msg_index >:
Collaboration graph
[legend]

Public Member Functions

 failed_rpc_request (std::string &&loc, const std::string &status)
 
const std::string & status () const
 
std::string to_string () const
 

Private Attributes

std::string m_status
 

Constructor & Destructor Documentation

◆ failed_rpc_request()

template<typename Base , int msg_index>
tools::error::failed_rpc_request< Base, msg_index >::failed_rpc_request ( std::string &&  loc,
const std::string &  status 
)
inlineexplicit

Member Function Documentation

◆ status()

template<typename Base , int msg_index>
const std::string& tools::error::failed_rpc_request< Base, msg_index >::status ( ) const
inline

◆ to_string()

template<typename Base , int msg_index>
std::string tools::error::failed_rpc_request< Base, msg_index >::to_string ( ) const
inline

Member Data Documentation

◆ m_status

template<typename Base , int msg_index>
std::string tools::error::failed_rpc_request< Base, msg_index >::m_status
private

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