Skip to content
Snippets Groups Projects
Commit aecba961 authored by harshit aggarwal's avatar harshit aggarwal
Browse files

log message update

parent 0c426d91
No related branches found
No related tags found
1 merge request!20Adding helm charts and Istio config
Pipeline #12355 failed
......@@ -127,7 +127,7 @@ public class SubscriptionRepository implements ISubscriptionRepository {
}
catch(AppException e) {
if(e.getError().getCode() == 409) {
throw new AppException(409, "Conflict", "A subscriber already exists with the same topic and endpoint combination");
throw new AppException(409, "Conflict", "Another request is trying to create the same subscription");
}
try {
cosmosStore.deleteItem(dpsHeaders.getPartitionId(), azureBootstrapConfig.getCosmosDBName(), cosmosContainerConfig.getSubscriptionContainerName(), input.getId(), dpsHeaders.getPartitionId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment