google-cloud-cpp
google-cloud-cpp copied to clipboard
Remove `grpc::Status` from Policy, Retry, and Backoff policies.
google::cloud::Status should be used instead.
It's not feasible yet because there are places which use grpc::Status, but eventually they should go away after we migrate to futures.
To what @dopiera said I would add: because at least in theory customers could add their own policies, we should consistently use one *::Status class.
We will re-examine this bug as part of "Modernizing Bigtable"