For example, when [getting a non-existent topic](https://github.com/GoogleCloudPlatform/google-cloud-python/blob/11ca5bd156fdf53ed147a2c1fd7974b978ac6319/system_tests/pubsub.py#L74) we [expect a `GaxError`](https://github.com/GoogleCloudPlatform/google-cloud-python/blob/11ca5bd156fdf53ed147a2c1fd7974b978ac6319/google/cloud/pubsub/_gax.py#L119) but see a `grpc._Rendezvous` instead. Related: https://github.com/GoogleCloudPlatform/google-cloud-python/pull/2336
For example, when getting a non-existent topic we expect a
GaxErrorbut see agrpc._Rendezvousinstead.Related: googleapis/google-cloud-python#2336