Add error message for packages of appfw 80/61080/2
authorMyungki Lee <mk5004.lee@samsung.com>
Fri, 4 Mar 2016 02:22:29 +0000 (11:22 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Fri, 4 Mar 2016 02:22:29 +0000 (11:22 +0900)
Change-Id: I41bb2be5390ad49a1fb80aba7ff529a696bd64f5
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
error_messages/badge.xml
error_messages/capi-base-utils.xml [new file with mode: 0644]

index 63135e4..a1c4f04 100644 (file)
@@ -20,4 +20,8 @@
                <value>TIZEN_ERROR_BADGE | 0x05</value>
                <msg>Error service not ready</msg>
        </error>
-</package>
\ No newline at end of file
+       <error name="BADGE_ERROR_INVALID_PACKAGE">
+               <value>TIZEN_ERROR_BADGE | 0x06</value>
+               <msg>The caller application is not signed with the certificate of the badge owner</value>
+       </error>
+</package>
diff --git a/error_messages/capi-base-utils.xml b/error_messages/capi-base-utils.xml
new file mode 100644 (file)
index 0000000..55091a2
--- /dev/null
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/base-utils">
+       <error name="I18N_ERROR_MISSING_RESOURCE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x01</value>
+               <msg>The requested resource cannot be found</msg>
+       </error>
+       <error name="I18N_ERROR_INVALID_FORMAT">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x02</value>
+               <msg>Data format is not what is expected</msg>
+       </error>
+       <error name="I18N_ERROR_FILE_ACCESS">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x03</value>
+               <msg>The requested file cannot be found</msg>
+       </error>
+       <error name="I18N_ERROR_INTERNAL_PROGRAM">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x04</value>
+               <msg>Indicates a bug in the library code</msg>
+       </error>
+       <error name="I18N_ERROR_INDEX_OUTOFBOUNDS">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x05</value>
+               <msg>Trying to access the index that is out of bounds</msg>
+       </error>
+       <error name="I18N_ERROR_INVALID_CHAR_FOUND">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x06</value>
+               <msg>Character conversion: Unmappable input sequence. In other APIs: Invalid character</msg>
+       </error>
+       <error name="I18N_ERROR_BUFFER_OVERFLOW">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x07</value>
+               <msg>A result would not fit in the supplied buffer</msg>
+       </error>
+       <error name="I18N_ERROR_COLLATOR_VERSION_MISMATCH">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x08</value>
+               <msg>Collator version is not compatible with the base version</msg>
+       </error>
+       <error name="I18N_ERROR_USELESS_COLLATOR">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x09</value>
+               <msg>Collator is options only and no base is specified</msg>
+       </error>
+       <error name="I18N_ERROR_NO_WRITE_PERMISSION">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0A</value>
+               <msg>Attempt to modify read-only or constant data</msg>
+       </error>
+       <error name="I18N_ERROR_RESOURCE_TYPE_MISMATCH">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0B</value>
+               <msg>An operation is requested over a resource that does not support it</msg>
+       </error>
+       <error name="I18N_ERROR_TOO_MANY_ALIASES">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0C</value>
+               <msg>Too many aliases in the path to the requested resource</msg>
+       </error>
+       <error name="I18N_ERROR_MESSAGE_PARSE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0D</value>
+               <msg>Unable to parse a message</msg>
+       </error>
+       <error name="I18N_ERROR_PARSE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0E</value>
+               <msg>Equivalent to Java ParseException</msg>
+       </error>
+       <error name="I18N_ERROR_TRUNCATED_CHAR_FOUND">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x0F</value>
+               <msg>Character conversion: Incomplete input sequence</msg>
+       </error>
+       <error name="I18N_ERROR_ILLEGAL_CHAR_FOUND">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x10</value>
+               <msg>Character conversion: Illegal input sequence/combination of input units</msg>
+       </error>
+       <error name="I18N_ERROR_INVALID_TABLE_FORMAT">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x11</value>
+               <msg>Conversion table file found, but corrupted</msg>
+       </error>
+       <error name="I18N_ERROR_INVALID_TABLE_FILE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x12</value>
+               <msg>Conversion table file not found</msg>
+       </error>
+       <error name="I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x13</value>
+               <msg>ISO-2022 illlegal escape sequence</msg>
+       </error>
+       <error name="I18N_ERROR_UNSUPPORTED_ESCAPE_SEQUENCE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x14</value>
+               <msg>ISO-2022 unsupported escape sequence</msg>
+       </error>
+       <error name="I18N_ERROR_NO_SPACE_AVAILABLE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x15</value>
+               <msg>No space available for in-buffer expansion for Arabic shaping</msg>
+       </error>
+       <error name="I18N_ERROR_CE_NOT_FOUND">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x16</value>
+               <msg>Currently used only while setting variable top, but can be used generally</msg>
+       </error>
+       <error name="I18N_ERROR_PRIMARY_TOO_LONG">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x17</value>
+               <msg>User tried to set variable top to a primary that is longer than two bytes</msg>
+       </error>
+       <error name="I18N_ERROR_STATE_TOO_OLD">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x18</value>
+               <msg>ICU cannot construct a service from this state, as it is no longer supported</msg>
+       </error>
+       <error name="I18N_ERROR_ENUM_OUT_OF_SYNC">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x19</value>
+               <msg>UEnumeration out of sync with underlying collection</msg>
+       </error>
+       <error name="I18N_ERROR_INVARIANT_CONVERSION">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1A</value>
+               <msg>Unable to convert a UChar* string to char* with the invariant converter</msg>
+       </error>
+       <error name="I18N_ERROR_INVALID_STATE">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1B</value>
+               <msg>Requested operation can not be completed with ICU in its current state</msg>
+       </error>
+       <error name="I18N_ERROR_MALFORMED_SET">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1C</value>
+               <msg>A UnicodeSet pattern is invalid</msg>
+       </error>
+       <error name="I18N_WARNING_STRING_NOT_TERMINATED">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1D</value>
+               <msg>String not terminated with NULL</msg>
+       </error>
+       <error name="I18N_ERROR_STD3_ASCII_RULES">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1E</value>
+               <msg>Argument does not satisfy STD3 rules</msg>
+       </error>
+       <error name="I18N_ERROR_UNASSIGNED">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x1F</value>
+               <msg>Unassigned code points are found</msg>
+       </error>
+       <error name="I18N_WARNING_SORT_KEY_TOO_SHORT">
+               <value>TIZEN_ERROR_UTILITY_ICU | 0x20</value>
+               <msg>Number of levels requested in getBound is higher than the number of levels in the sort key</msg>
+       </error>
+</package>
+