Electroneum
Loading...
Searching...
No Matches
tools::error::bitmessage_api_error Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::bitmessage_api_error:
Collaboration diagram for tools::error::bitmessage_api_error:

Public Member Functions

 bitmessage_api_error (std::string &&loc, const std::string &error_string)
Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error >
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< std::logic_error >
 wallet_error_base (std::string &&loc, const std::string &message)

Detailed Description

Definition at line 891 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ bitmessage_api_error()

tools::error::bitmessage_api_error::bitmessage_api_error ( std::string && loc,
const std::string & error_string )
inlineexplicit

Definition at line 893 of file wallet_errors.h.

894 : mms_error(std::move(loc), "PyBitmessage returned " + error_string)
895 {
896 }
mms_error(std::string &&loc, const std::string &message)
Here is the call graph for this function:

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet_errors.h