const google.golang.org/grpc/codes.Unauthenticated
7 uses
google.golang.org/grpc/codes (current package)
code_string.go#L57: case Unauthenticated:
codes.go#L193: Unauthenticated Code = 16
codes.go#L215: `"UNAUTHENTICATED"`: Unauthenticated,
google.golang.org/grpc/internal/transport
http2_client.go#L535: return nil, status.Errorf(codes.Unauthenticated, "transport: %v", err)
http2_client.go#L553: return nil, status.Error(codes.Unauthenticated, "transport: cannot send secure credentials on an insecure connection")
http_util.go#L88: http.StatusUnauthorized: codes.Unauthenticated,
go.opencensus.io/plugin/ocgrpc
stats_common.go#L209: case codes.Unauthenticated:
![]() |
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. |