plugify 1.0.0.0
|
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. | |
Holds information about an error.
The ErrorData structure contains a string describing an error.
Definition at line 26 of file language_module.hpp.
|
inline |
Definition at line 29 of file language_module.hpp.
std::vector<char> plugify::ErrorData::error |
Description of the error.
Definition at line 27 of file language_module.hpp.