Electroneum
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< 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 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)
const T & move(const T &t)
Definition: gtest-port.h:1317

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