const google.golang.org/grpc/codes.Unauthenticated

7 uses

	google.golang.org/grpc/codes (current package)
		code_string.go#L65: 	case Unauthenticated:
		code_string.go#L106: 	case Unauthenticated:
		codes.go#L199: 	Unauthenticated Code = 16
		codes.go#L221: 	`"UNAUTHENTICATED"`:     Unauthenticated,

	google.golang.org/grpc/internal/transport
		http2_client.go#L671: 			return nil, status.Errorf(codes.Unauthenticated, "transport: per-RPC creds failed due to error: %v", err)
		http2_client.go#L691: 				return nil, status.Error(codes.Unauthenticated, "transport: cannot send secure credentials on an insecure connection")
		http_util.go#L72: 		http.StatusUnauthorized: codes.Unauthenticated,