Buffer for parsing errors.
More...
#include "parse.h"
|
char | message [256] |
| Error message.
|
|
const char * | position |
| Position of error in original string.
|
|
Buffer for parsing errors.
Definition at line 34 of file parse.h.
◆ message
char ExpandoParseError::message[256] |
Error message.
Definition at line 36 of file parse.h.
◆ position
const char* ExpandoParseError::position |
Position of error in original string.
Definition at line 37 of file parse.h.
The documentation for this struct was generated from the following file: