Electroneum
tools::error::get_output_distribution Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::get_output_distribution:
Collaboration diagram for tools::error::get_output_distribution:

Public Member Functions

 get_output_distribution (std::string &&loc, const std::string &request)
 
- 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
 

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)
 

Detailed Description

Definition at line 849 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ get_output_distribution()

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

Definition at line 851 of file wallet_errors.h.

852  : wallet_rpc_error(std::move(loc), "failed to get output distribution", request)
853  {
854  }
wallet_rpc_error(std::string &&loc, const std::string &message, const std::string &request)
const std::string & request() const
const T & move(const T &t)
Definition: gtest-port.h:1317

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