13#include "eformat/BadVersionIssue.h"
18static const char* CURRENT_VERSION_KEY =
"Current version";
19static const char* SUPPORTED_VERSION_KEY =
"Supported version";
Source context for Issue.
void set_value(const std::string &key, uint8_t value)
Sets a value 8 bit unsigned.
severity_t severity() const
severity_t of the issue
int get_int_value(const std::string &key, int def=0) const
Get a value of the table as an integer.
void finish_setup(const std::string &message)
Finishes the setup of the Issue.
enum ers::_severity_t severity_t