google.golang.org/grpc/balancer/base.baseBalancer.connErr (field)
5 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L73: connErr error // the last connection error; cleared upon leaving TransientFailure
balancer.go#L142: if b.connErr == nil {
balancer.go#L146: return fmt.Errorf("last connection error: %v", b.connErr)
balancer.go#L148: return fmt.Errorf("last connection error: %v; last resolver error: %v", b.connErr, b.resolverErr)
balancer.go#L199: b.connErr = state.ConnectionError
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |