[fleet][dotnet] fix topology client usage

GitOrigin-RevId: 93e9e55ac276ca0d24c426661f2493513ce92de0
This commit is contained in:
Iurii.Sukhanov
2024-09-30 17:29:39 +04:00
committed by intellij-monorepo-bot
parent bda0682dc8
commit 6c8a7e35f4

View File

@@ -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"