Skip to content

Commit 65f2e35

Browse files
authored
Merge pull request #550 from rdkcentral/topic/RDKEMW-7851
RDKEMW-7851 : [AI2.0] Add check for wrong values
2 parents bf18eb0 + 9c19878 commit 65f2e35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apis/AppManager/IAppManager.h

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ struct EXTERNAL IAppManager : virtual public Core::IUnknown {
7878
APP_ERROR_NONE = 0 /* @text APP_ERROR_NONE */,
7979
APP_ERROR_UNKNOWN = 1 /* @text APP_ERROR_UNKNOWN */,
8080
APP_ERROR_STATE_TIMEOUT = 2 /* @text APP_ERROR_STATE_TIMEOUT */,
81-
APP_ERROR_ABORT = 3 /* @text APP_ERROR_ABORT */
81+
APP_ERROR_ABORT = 3 /* @text APP_ERROR_ABORT */,
82+
APP_ERROR_INVALID_PARAM = 4 /* @text APP_ERROR_INVALID_PARAM */,
83+
APP_ERROR_CREATE_DISPLAY = 5 /* @text APP_ERROR_CREATE_DISPLAY */,
84+
APP_ERROR_DOBBY_SPEC = 6 /* @text APP_ERROR_DOBBY_SPEC */,
85+
APP_ERROR_NOT_INSTALLED = 7 /* @text APP_ERROR_NOT_INSTALLED */,
86+
APP_ERROR_PACKAGE_LOCK = 8 /* @text APP_ERROR_PACKAGE_LOCK */
8287
};
8388

8489
// @event

0 commit comments

Comments
 (0)