Electroneum
tools::error::address_index_outofbound Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::address_index_outofbound:
Collaboration diagram for tools::error::address_index_outofbound:

Public Member Functions

 address_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 360 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ address_index_outofbound()

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

Definition at line 362 of file wallet_errors.h.

363  : index_outofbound(std::move(loc), "address index is out of bound")
364  {
365  }
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: