ejpp
Embedded JSON Database engine for C++11/14
|
View on GitHub
The category type used for all EJDB errors. More...
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" ). | |
The category type used for all EJDB errors.