Electroneum
tools::error::no_connection_to_bitmessage Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::no_connection_to_bitmessage:
Collaboration diagram for tools::error::no_connection_to_bitmessage:

Public Member Functions

 no_connection_to_bitmessage (std::string &&loc, const std::string &address)
 
- 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::mms_error
 mms_error (std::string &&loc, const std::string &message)
 
- 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 883 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ no_connection_to_bitmessage()

tools::error::no_connection_to_bitmessage::no_connection_to_bitmessage ( std::string &&  loc,
const std::string &  address 
)
inlineexplicit

Definition at line 885 of file wallet_errors.h.

886  : mms_error(std::move(loc), "no connection to PyBitmessage at address " + address)
887  {
888  }
mms_error(std::string &&loc, const std::string &message)
const T & move(const T &t)
Definition: gtest-port.h:1317
const char * address
Definition: multisig.cpp:37

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