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::array< char, 255 > | error {} |
Description of the error. | |
Holds information about an error.
The ErrorData structure contains a string describing an error.
Definition at line 32 of file language_module.hpp.