mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
Filtering remote rpc errors based on exception type did not work because the remote errors were reported as std::runtime_error and all rpc exceptions inherit from it. New rpc propagates remote errors using special type rpc::remote_verb_error now, so we can filter on that instead. Fixes #10339 Message-Id: <YlQYV5G6GksDytGp@scylladb.com>