File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,12 @@ struct EXTERNAL IAppManager : virtual public Core::IUnknown {
78
78
APP_ERROR_NONE = 0 /* @text APP_ERROR_NONE */ ,
79
79
APP_ERROR_UNKNOWN = 1 /* @text APP_ERROR_UNKNOWN */ ,
80
80
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 */
82
87
};
83
88
84
89
// @event
You can’t perform that action at this time.
0 commit comments