Electroneum
tools::error::multisig_import_needed Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::multisig_import_needed:
Collaboration diagram for tools::error::multisig_import_needed:

Public Member Functions

 multisig_import_needed (std::string &&loc)
 
- 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_error_base< Base >
 wallet_error_base (std::string &&loc, const std::string &message)
 

Detailed Description

Definition at line 231 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ multisig_import_needed()

tools::error::multisig_import_needed::multisig_import_needed ( std::string &&  loc)
inlineexplicit

Definition at line 233 of file wallet_errors.h.

234  : wallet_runtime_error(std::move(loc), "Not enough multisig data was found to sign: import multisig data from more other participants")
235  {
236  }
wallet_error_base< std::runtime_error > wallet_runtime_error
const T & move(const T &t)
Definition: gtest-port.h:1317

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