VAPOR3 3.9.4
Public Member Functions | Public Attributes | List of all members
ErrorReporter::Message Struct Reference

#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
 

Detailed Description

Definition at line 83 of file ErrorReporter.h.

Constructor & Destructor Documentation

◆ Message()

ErrorReporter::Message::Message ( Type  type_,
std::string  value_,
int  err_code_ = 0 
)
inline

Definition at line 88 of file ErrorReporter.h.

Member Data Documentation

◆ err_code

int ErrorReporter::Message::err_code

Definition at line 86 of file ErrorReporter.h.

◆ type

Type ErrorReporter::Message::type

Definition at line 84 of file ErrorReporter.h.

◆ value

std::string ErrorReporter::Message::value

Definition at line 85 of file ErrorReporter.h.


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