fix: change deploy failure message (#17164)

This commit is contained in:
Imri Paran 2024-07-26 11:56:56 +02:00 committed by GitHub
parent ab7b1a444c
commit 9e67d12ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -966,7 +966,7 @@ public class AppResource extends EntityResource<App, AppRepository> {
return Response.status(status.getCode()).entity(status).build(); return Response.status(status.getCode()).entity(status).build();
} }
} }
throw new BadRequestException("Failed to trigger application."); throw new InternalServerErrorException("Failed to deploy application.");
} }
private void decryptOrNullify( private void decryptOrNullify(