Get the error code.
| 112 | |
| 113 | //! Get the error code. |
| 114 | ParseErrorCode Code() const { return code_; } |
| 115 | //! Get the error offset, if \ref IsError(), 0 otherwise. |
| 116 | size_t Offset() const { return offset_; } |
| 117 |
no outgoing calls
no test coverage detected