Get the \ref ParseErrorCode of last parsing.
| 2327 | |
| 2328 | //! Get the \ref ParseErrorCode of last parsing. |
| 2329 | ParseErrorCode GetParseError() const { return parseResult_.Code(); } |
| 2330 | |
| 2331 | //! Get the position of last parsing error in input, 0 otherwise. |
| 2332 | size_t GetErrorOffset() const { return parseResult_.Offset(); } |