googleapis/google-cloud-python
add underlying cause for `TransportError`
Fermée
#15 181 ouverte le 15 déc. 2023
help wantedpriority: p3type: feature request
Métriques du dépôt
- Stars
- (4 304 étoiles)
- Métriques de merge PR
- (Merge moyen 4j) (158 PRs mergées en 30 j)
Description
Is it possible to save a reference to the last exception thrown at:
and use it to build a more meaningful error message? at:
that way the underlying reason for the TransportError would be available even if DEBUG logging level is not enabled.