Loading...
Searching...
No Matches
ledger::error_count Struct Reference

#include <error.h>

Public Member Functions

 error_count (std::size_t _count, std::string _msg)
const char * what () const

Public Attributes

std::size_t count
std::string message

Detailed Description

Definition at line 95 of file error.h.

Constructor & Destructor Documentation

◆ error_count()

ledger::error_count::error_count ( std::size_t _count,
std::string _msg )
inlineexplicit

Definition at line 98 of file error.h.

References count, and message.

Member Function Documentation

◆ what()

const char * ledger::error_count::what ( ) const
inline

Definition at line 99 of file error.h.

References message.

Member Data Documentation

◆ count

std::size_t ledger::error_count::count

Definition at line 96 of file error.h.

Referenced by error_count().

◆ message

std::string ledger::error_count::message

Definition at line 97 of file error.h.

Referenced by error_count(), and what().


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