type google.golang.org/grpc/balancer/base.errPicker

3 uses

	google.golang.org/grpc/balancer/base (current package)
		balancer.go#L223: 	return &errPicker{err: err}
		balancer.go#L231: type errPicker struct {
		balancer.go#L235: func (p *errPicker) Pick(info balancer.PickInfo) (balancer.PickResult, error) {