googleapis/google-cloud-python
add underlying cause for `TransportError`
Fechada
#15.181 aberto em 15 de dez. de 2023
help wantedpriority: p3type: feature request
Métricas do repositório
- Stars
- (4.304 estrelas)
- Métricas de merge de PR
- (Mesclagem média 4d) (158 fundiu PRs em 30d)
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.