Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.1.0 RC2
-
None
-
None
Description
In the current implementation of Application related rest API methods, the specific exceptions are not thrown, instead some of the exceptions are masked by RestAPIException, which is not descriptive enough.
ex: in addApplication() : AutoscalerServiceCartridgeGroupNotFoundExceptionException, AutoscalerServiceApplicationDefinitionExceptionException are masked.
Similarly in updateApplication() AutoscalerServiceApplicationDefinitionExceptionException is masked