OpenSDN source code
ParseErrorContext Struct Reference

#include <parse_object.h>

Collaboration diagram for ParseErrorContext:

Public Member Functions

 ParseErrorContext ()
 

Public Attributes

int error_code
 
int error_subcode
 
std::string type_name
 
const uint8_t * data
 
int data_size
 

Detailed Description

Definition at line 83 of file parse_object.h.

Constructor & Destructor Documentation

◆ ParseErrorContext()

ParseErrorContext::ParseErrorContext ( )
inline

Definition at line 84 of file parse_object.h.

Member Data Documentation

◆ data

const uint8_t* ParseErrorContext::data

Definition at line 89 of file parse_object.h.

◆ data_size

int ParseErrorContext::data_size

Definition at line 90 of file parse_object.h.

◆ error_code

int ParseErrorContext::error_code

Definition at line 86 of file parse_object.h.

◆ error_subcode

int ParseErrorContext::error_subcode

Definition at line 87 of file parse_object.h.

◆ type_name

std::string ParseErrorContext::type_name

Definition at line 88 of file parse_object.h.


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