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

#include <wallet_errors.h>

Inheritance diagram for tools::error::invalid_priority:
Collaboration diagram for tools::error::invalid_priority:

Public Member Functions

 invalid_priority (std::string &&loc)
std::string to_string () const
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 306 of file wallet_errors.h.

Constructor & Destructor Documentation

◆ invalid_priority()

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

Definition at line 308 of file wallet_errors.h.

309 : wallet_logic_error(std::move(loc), "invalid priority")
310 {
311 }
wallet_error_base< std::logic_error > wallet_logic_error

Member Function Documentation

◆ to_string()

std::string tools::error::invalid_priority::to_string ( ) const
inline

Definition at line 313 of file wallet_errors.h.

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