Add custom errors of job scheduler 77/150677/1 accepted/tizen/unified/20170927.181245 submit/tizen/20170926.221252 submit/tizen/20170928.072553
authorSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 18 Sep 2017 08:25:56 +0000 (17:25 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 18 Sep 2017 08:27:05 +0000 (17:27 +0900)
Change-Id: I5da17eb86154a81db85240b3b1c934d908f70184
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index 17d484e..9dde376 100644 (file)
@@ -46,6 +46,9 @@ static err_info err_list[] = {
        ERR_ENTRY("RADIO_ERROR_SOUND_POLICY", TIZEN_ERROR_RADIO | 0x02, "Sound policy error"),
        ERR_ENTRY("RADIO_ERROR_NO_ANTENNA", TIZEN_ERROR_RADIO | 0x03, "No Antenna error"),
        ERR_ENTRY("VIDEO_UTIL_ERROR_NOT_SUPPORTED_FORMAT", TIZEN_ERROR_VIDEO_UTIL | 0x01, "Not supported format"),
+       ERR_ENTRY("JOB_ERROR_NOT_INITIALIZED", TIZEN_ERROR_JOB_SCHEDULER | 0x21, "Not initialized"),
+       ERR_ENTRY("JOB_ERROR_NO_SUCH_JOB", TIZEN_ERROR_JOB_SCHEDULER | 0x22, "No such job"),
+       ERR_ENTRY("JOB_ERROR_ALREADY_EXIST", TIZEN_ERROR_JOB_SCHEDULER | 0x23, "Already exist"),
        ERR_ENTRY("MESSAGE_PORT_ERROR_PORT_NOT_FOUND", TIZEN_ERROR_MESSAGE_PORT | 0x01, "The message port of the remote application is not found"),
        ERR_ENTRY("MESSAGE_PORT_ERROR_CERTIFICATE_NOT_MATCH", TIZEN_ERROR_MESSAGE_PORT | 0x02, "The remote application is not signed with the same certificate"),
        ERR_ENTRY("MESSAGE_PORT_ERROR_MAX_EXCEEDED", TIZEN_ERROR_MESSAGE_PORT | 0x03, "The size of the message has exceeded the maximum limit"),
index 8a68937..3b51904 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.15
+Version:    0.4.16
 Release:    1
 Group:      Base
 License:    Apache-2.0