From 6c8a7e35f4ddd49205bfae377a07cc3515299953 Mon Sep 17 00:00:00 2001 From: "Iurii.Sukhanov" Date: Mon, 30 Sep 2024 17:29:39 +0400 Subject: [PATCH] [fleet][dotnet] fix topology client usage GitOrigin-RevId: 93e9e55ac276ca0d24c426661f2493513ce92de0 --- fleet/rpc/src/fleet/rpc/core/RpcFailure.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/fleet/rpc/src/fleet/rpc/core/RpcFailure.kt b/fleet/rpc/src/fleet/rpc/core/RpcFailure.kt index 48cc33515b9c..d8dadbefb6f1 100644 --- a/fleet/rpc/src/fleet/rpc/core/RpcFailure.kt +++ b/fleet/rpc/src/fleet/rpc/core/RpcFailure.kt @@ -37,6 +37,7 @@ fun FailureInfo.message(): String { this.transportError != null -> this.transportError this.conflict != null -> this.conflict + this.unresolvedService != null -> this.unresolvedService this.serviceNotReady != null -> this.serviceNotReady this.producerCancelled != null -> this.producerCancelled else -> "unknown"