Add key-manager error message 76/60776/3
authorDongsun Lee <ds73.lee@samsung.com>
Wed, 2 Mar 2016 07:15:13 +0000 (16:15 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Thu, 3 Mar 2016 04:49:26 +0000 (13:49 +0900)
Change-Id: I5965fb89f15f83bfe011f71f5b5223a286cf459a
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
error_messages/key-manager.xml

index 2b75b64..91b373c 100644 (file)
@@ -6,7 +6,7 @@
        </error>
        <error name="CKMC_ERROR_BAD_REQUEST">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x02</value>
-               <msg>Invalid request from client </msg>
+               <msg>Invalid request from client</msg>
        </error>
        <error name="CKMC_ERROR_BAD_RESPONSE">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x03</value>
@@ -22,7 +22,7 @@
        </error>
        <error name="CKMC_ERROR_AUTHENTICATION_FAILED">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x06</value>
-               <msg>Authentication between client and manager failed</msg>
+               <msg>Optional password which used when saving is incorrect</msg>
        </error>
        <error name="CKMC_ERROR_BUFFER_TOO_SMALL">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x07</value>
        </error>
        <error name="CKMC_ERROR_INVALID_FORMAT">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x0E</value>
-               <msg>A provided file doesn't exists or cannot be accessed in the file system</msg>
+               <msg>A provided file or binary has not a valid format</msg>
        </error>
        <error name="CKMC_ERROR_FILE_ACCESS_DENIED">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x0F</value>
-               <msg>A provided file or binary has not a valid format</msg>
+               <msg>A provided file doesn't exist or cannot be accessed in the file system</msg>
        </error>
        <error name="CKMC_ERROR_NOT_EXPORTABLE">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x10</value>
-               <msg>Key is not exportable. It could not be returned to client</msg>
+               <msg>Key\/certifificate\/pkcs12\/data is not exportable. It could not be returned to client</msg>
        </error>
        <error name="CKMC_ERROR_FILE_SYSTEM">
                <value>TIZEN_ERROR_KEY_MANAGER | 0x11</value>
@@ -73,4 +73,3 @@
                <msg>The error with unknown reason</msg>
        </error>
 </package>
-