mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[fleet][dotnet] fix topology client usage
GitOrigin-RevId: 93e9e55ac276ca0d24c426661f2493513ce92de0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bda0682dc8
commit
6c8a7e35f4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user