updated start proto to return exception strings, updated grpc start session to exist early when a failure is found, updated coretk ui to not switch ui to running when start fails and display error dialog
This commit is contained in:
parent
5639aeab75
commit
6d68034177
8 changed files with 70 additions and 36 deletions
|
@ -155,6 +155,7 @@ message StartSessionRequest {
|
|||
|
||||
message StartSessionResponse {
|
||||
bool result = 1;
|
||||
repeated string exceptions = 2;
|
||||
}
|
||||
|
||||
message StopSessionRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue