mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 02:08:54 +00:00
fix: change deploy failure message (#17164)
This commit is contained in:
parent
ab7b1a444c
commit
9e67d12ab5
@ -966,7 +966,7 @@ public class AppResource extends EntityResource<App, AppRepository> {
|
||||
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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user