plugify  1.0.0.0
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::array< char, 255 > error {}
 Description of the error.
 

Detailed Description

Holds information about an error.

The ErrorData structure contains a string describing an error.

Definition at line 32 of file language_module.hpp.


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