type google.golang.org/grpc/internal/transport.ConnectionError
9 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L913: if _, ok := err.(ConnectionError); ok {
transport.go#L707: func connectionErrorf(temp bool, e error, format string, a ...interface{}) ConnectionError {
transport.go#L708: return ConnectionError{
transport.go#L717: type ConnectionError struct {
transport.go#L723: func (e ConnectionError) Error() string {
transport.go#L728: func (e ConnectionError) Temporary() bool {
transport.go#L733: func (e ConnectionError) Origin() error {
google.golang.org/grpc
rpc_util.go#L786: case transport.ConnectionError:
server.go#L1240: case transport.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. |