We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea607d commit 0a8e293Copy full SHA for 0a8e293
api/src/main/java/org/apache/cloudstack/api/command/user/event/DeleteEventsCmd.java
@@ -101,7 +101,7 @@ public void execute() {
101
SuccessResponse response = new SuccessResponse(getCommandName());
102
setResponseObject(response);
103
} else {
104
- throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Unable to delete any events. One or more parameters have invalid values.");
+ throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Unable to delete any events. No events found matching the specified criteria.");
105
}
106
107
0 commit comments