return syntax error message
| 7341 | |
| 7342 | /// return syntax error message |
| 7343 | JSON_HEDLEY_RETURNS_NON_NULL |
| 7344 | constexpr const char* get_error_message() const noexcept |
| 7345 | { |
| 7346 | return error_message; |
| 7347 | } |
| 7348 | |
| 7349 | ///////////////////// |
| 7350 | // actual scanner |
nothing calls this directly
no outgoing calls
no test coverage detected