Skip to content

Commit

Permalink
Updated Error Message
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanoop committed May 31, 2024
1 parent 2b1d99b commit 092854d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public ExperimentExecutionResponse(String experimentId, String detailMessage) {
}

public ExperimentExecutionResponse(String detailMessage) {
this.errorMessage = "Encountered multiple errors while trying to start all needed tasks. " +
this.errorMessage = "Encountered errors while trying to start all needed tasks. " +
"Aborting the experiment.";
this.detailMessage = detailMessage;
}
Expand Down

0 comments on commit 092854d

Please sign in to comment.