Get the \ref ParseErrorCode of last parsing.
| 532 | |
| 533 | //! Get the \ref ParseErrorCode of last parsing. |
| 534 | ParseErrorCode GetParseErrorCode() const { return parseResult_.Code(); } |
| 535 | |
| 536 | //! Get the position of last parsing error in input, 0 otherwise. |
| 537 | size_t GetErrorOffset() const { return parseResult_.Offset(); } |