feat(GODT-3112): replaced error message when bridge exists prematurely. Added a link to support form.

This commit is contained in:
Xavier Michelon
2023-11-09 13:28:45 +01:00
parent a00b3cdb92
commit 2a78b5c144
4 changed files with 26 additions and 8 deletions

View File

@ -72,8 +72,8 @@ GRPCConfig GRPCClient::waitAndRetrieveServiceConfig(QString const & sessionID, Q
bool found = false;
while (true) {
if (serverProcess && serverProcess->getStatus().ended) {
throw Exception("Bridge application exited before providing a gRPC service configuration file.", QString(), __FUNCTION__,
tailOfLatestBridgeLog(sessionID));
throw Exception("Bridge failed to start.", "Bridge application exited before providing a gRPC service configuration file", __FUNCTION__,
tailOfLatestBridgeLog(sessionID), true);
}
if (file.exists()) {