File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.16.11] ( https://github.com/rdkcentral/entservices-apis/compare/1.16.10...1.16.11 )
8
+
9
+ - RDKEMW-7851 : [ AI2.0] Add check for wrong values [ ` #554 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/554 )
10
+ - RDKEMW-7851 : [ AI2.0] Add check for wrong values [ ` #550 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/550 )
11
+ - Merge tag '1.16.10' into develop [ ` bf18eb0 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/bf18eb00af67e2d23f2d6f62c2fa737e5a4e454d )
12
+
7
13
#### [ 1.16.10] ( https://github.com/rdkcentral/entservices-apis/compare/1.16.9...1.16.10 )
8
14
15
+ > 25 September 2025
16
+
9
17
- RDKEMW-2993 : Add Telemetry Plugin [ ` #542 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/542 )
18
+ - 1.16.10 release changelog updates [ ` ed05c98 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/ed05c989e55b35021c7b6777329bde8b97742a30 )
10
19
- Merge tag '1.16.9' into develop [ ` 568ab07 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/568ab071117cc3df59cc7d69c503bb28f04314c8 )
11
20
12
21
#### [ 1.16.9] ( https://github.com/rdkcentral/entservices-apis/compare/1.16.8...1.16.9 )
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