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

6 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#L640: 			return nil, status.Errorf(codes.Unauthenticated, "transport: per-RPC creds failed due to error: %v", err)
		http2_client.go#L660: 				return nil, status.Error(codes.Unauthenticated, "transport: cannot send secure credentials on an insecure connection")
		http_util.go#L74: 		http.StatusUnauthorized: codes.Unauthenticated,