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

#include <wallet_errors.h>

Inheritance diagram for tools::error::account_index_outofbound:
Collaboration diagram for tools::error::account_index_outofbound:

Public Member Functions

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

Detailed Description

Definition at line 353 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ account_index_outofbound()

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

Definition at line 355 of file wallet_errors.h.

356 : index_outofbound(std::move(loc), "account index is out of bound")
357 {
358 }
index_outofbound(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