googleapis/google-cloud-python

add underlying cause for `TransportError`

Geschlossen

#15.181 geöffnet am 15.12.2023

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.481 Forks)batch import
help wantedpriority: p3type: feature request

Repository-Metriken

Stars
 (4.304 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T) (158 gemergte PRs in 30 T)

Beschreibung

Is it possible to save a reference to the last exception thrown at:

https://github.com/googleapis/google-auth-library-python/blob/0afc61a3a9c3d5035c913ad4a7568e8a888e2ec9/google/auth/compute_engine/_metadata.py#L204

and use it to build a more meaningful error message? at:

https://github.com/googleapis/google-auth-library-python/blob/0afc61a3a9c3d5035c913ad4a7568e8a888e2ec9/google/auth/compute_engine/_metadata.py#L217-L220

that way the underlying reason for the TransportError would be available even if DEBUG logging level is not enabled.

Contributor Guide