View on GitHub
ejpp
Embedded JSON Database engine for C++11/14
Public Member Functions | List of all members
ejdb::error_category Class Reference

The category type used for all EJDB errors. More...

+ Inheritance diagram for ejdb::error_category:

Public Member Functions

constexpr error_category () noexcept=default
 Default constructor.
 
std::string message (int ecode) const noexceptoverride
 Returns message associated with ecode.
 
const char * name () const noexceptoverride
 Returns name of category ("EJDB").
 

Detailed Description

The category type used for all EJDB errors.


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