googleapis/google-cloud-python
add underlying cause for `TransportError`
Chiusa
#15.181 aperta il 15 dic 2023
help wantedpriority: p3type: feature request
Metriche repository
- Star
- (4304 stelle)
- Metriche merge PR
- (Merge medio 4g) (158 PR mergiate in 30 g)
Descrizione
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.