Get the \ref ParseErrorCode of last parsing.
| 444 | |
| 445 | //! Get the \ref ParseErrorCode of last parsing. |
| 446 | ParseErrorCode GetParseErrorCode() const { return parseResult_.Code(); } |
| 447 | |
| 448 | //! Get the position of last parsing error in input, 0 otherwise. |
| 449 | size_t GetErrorOffset() const { return parseResult_.Offset(); } |