If RE2 could not be created properly, returns an error code. Else returns RE2::NoError (== 0).
| 297 | // If RE2 could not be created properly, returns an error code. |
| 298 | // Else returns RE2::NoError (== 0). |
| 299 | ErrorCode error_code() const { return error_code_; } |
| 300 | |
| 301 | // If RE2 could not be created properly, returns the offending |
| 302 | // portion of the regexp. |