Now that get_status returns string_view, just compare it with a const char* rather than making a sstring out of it, and consequently, can be marked noexcept. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>