VAPOR3 3.9.4
|
#include <ErrorReporter.h>
Public Member Functions | |
Message (Type type_, std::string value_, int err_code_=0) | |
Public Attributes | |
Type | type |
std::string | value |
int | err_code |
Definition at line 83 of file ErrorReporter.h.
|
inline |
Definition at line 88 of file ErrorReporter.h.
int ErrorReporter::Message::err_code |
Definition at line 86 of file ErrorReporter.h.
Type ErrorReporter::Message::type |
Definition at line 84 of file ErrorReporter.h.
std::string ErrorReporter::Message::value |
Definition at line 85 of file ErrorReporter.h.