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