diff --git a/google/ads/google_ads/interceptors/exception_interceptor.py b/google/ads/google_ads/interceptors/exception_interceptor.py index d0a694ace..8a5b1194d 100644 --- a/google/ads/google_ads/interceptors/exception_interceptor.py +++ b/google/ads/google_ads/interceptors/exception_interceptor.py @@ -193,4 +193,5 @@ def intercept_unary_stream(self, continuation, client_call_details, status code of INTERNAL or RESOURCE_EXHAUSTED. """ response = continuation(client_call_details, request) + print(f'Trailing Metadata {response.trailing_metadata()}') return _UnaryStreamWrapper(response, self._handle_grpc_failure)