Skip to content

Commit ee9907f

Browse files
committed
Merge branch 'release/1.16.11'
2 parents 51264fd + 1885f75 commit ee9907f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

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+
713
#### [1.16.10](https://github.com/rdkcentral/entservices-apis/compare/1.16.9...1.16.10)
814

15+
> 25 September 2025
16+
917
- 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)
1019
- Merge tag '1.16.9' into develop [`568ab07`](https://github.com/rdkcentral/entservices-apis/commit/568ab071117cc3df59cc7d69c503bb28f04314c8)
1120

1221
#### [1.16.9](https://github.com/rdkcentral/entservices-apis/compare/1.16.8...1.16.9)

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)