plugify 1.0.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
plugify::ErrorData Struct Reference

Holds information about an error. More...

#include <language_module.hpp>

Public Member Functions

 ErrorData (std::string_view str)
 

Public Attributes

std::vector< char > error
 Description of the error.
 

Detailed Description

Holds information about an error.

The ErrorData structure contains a string describing an error.

Definition at line 26 of file language_module.hpp.

Constructor & Destructor Documentation

◆ ErrorData()

plugify::ErrorData::ErrorData ( std::string_view  str)
inline

Definition at line 29 of file language_module.hpp.

Member Data Documentation

◆ error

std::vector<char> plugify::ErrorData::error

Description of the error.

Definition at line 27 of file language_module.hpp.


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