From 8f8c36b8e393c5aa91099efb3048015664e6a3af Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Fri, 4 Mar 2016 11:22:29 +0900 Subject: [PATCH] Add error message for packages of appfw Change-Id: I41bb2be5390ad49a1fb80aba7ff529a696bd64f5 Signed-off-by: Myungki Lee --- error_messages/badge.xml | 6 +- error_messages/capi-base-utils.xml | 132 +++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 error_messages/capi-base-utils.xml diff --git a/error_messages/badge.xml b/error_messages/badge.xml index 63135e4..a1c4f04 100644 --- a/error_messages/badge.xml +++ b/error_messages/badge.xml @@ -20,4 +20,8 @@ TIZEN_ERROR_BADGE | 0x05 Error service not ready - \ No newline at end of file + + TIZEN_ERROR_BADGE | 0x06 + The caller application is not signed with the certificate of the badge owner + + diff --git a/error_messages/capi-base-utils.xml b/error_messages/capi-base-utils.xml new file mode 100644 index 0000000..55091a2 --- /dev/null +++ b/error_messages/capi-base-utils.xml @@ -0,0 +1,132 @@ + + + + TIZEN_ERROR_UTILITY_ICU | 0x01 + The requested resource cannot be found + + + TIZEN_ERROR_UTILITY_ICU | 0x02 + Data format is not what is expected + + + TIZEN_ERROR_UTILITY_ICU | 0x03 + The requested file cannot be found + + + TIZEN_ERROR_UTILITY_ICU | 0x04 + Indicates a bug in the library code + + + TIZEN_ERROR_UTILITY_ICU | 0x05 + Trying to access the index that is out of bounds + + + TIZEN_ERROR_UTILITY_ICU | 0x06 + Character conversion: Unmappable input sequence. In other APIs: Invalid character + + + TIZEN_ERROR_UTILITY_ICU | 0x07 + A result would not fit in the supplied buffer + + + TIZEN_ERROR_UTILITY_ICU | 0x08 + Collator version is not compatible with the base version + + + TIZEN_ERROR_UTILITY_ICU | 0x09 + Collator is options only and no base is specified + + + TIZEN_ERROR_UTILITY_ICU | 0x0A + Attempt to modify read-only or constant data + + + TIZEN_ERROR_UTILITY_ICU | 0x0B + An operation is requested over a resource that does not support it + + + TIZEN_ERROR_UTILITY_ICU | 0x0C + Too many aliases in the path to the requested resource + + + TIZEN_ERROR_UTILITY_ICU | 0x0D + Unable to parse a message + + + TIZEN_ERROR_UTILITY_ICU | 0x0E + Equivalent to Java ParseException + + + TIZEN_ERROR_UTILITY_ICU | 0x0F + Character conversion: Incomplete input sequence + + + TIZEN_ERROR_UTILITY_ICU | 0x10 + Character conversion: Illegal input sequence/combination of input units + + + TIZEN_ERROR_UTILITY_ICU | 0x11 + Conversion table file found, but corrupted + + + TIZEN_ERROR_UTILITY_ICU | 0x12 + Conversion table file not found + + + TIZEN_ERROR_UTILITY_ICU | 0x13 + ISO-2022 illlegal escape sequence + + + TIZEN_ERROR_UTILITY_ICU | 0x14 + ISO-2022 unsupported escape sequence + + + TIZEN_ERROR_UTILITY_ICU | 0x15 + No space available for in-buffer expansion for Arabic shaping + + + TIZEN_ERROR_UTILITY_ICU | 0x16 + Currently used only while setting variable top, but can be used generally + + + TIZEN_ERROR_UTILITY_ICU | 0x17 + User tried to set variable top to a primary that is longer than two bytes + + + TIZEN_ERROR_UTILITY_ICU | 0x18 + ICU cannot construct a service from this state, as it is no longer supported + + + TIZEN_ERROR_UTILITY_ICU | 0x19 + UEnumeration out of sync with underlying collection + + + TIZEN_ERROR_UTILITY_ICU | 0x1A + Unable to convert a UChar* string to char* with the invariant converter + + + TIZEN_ERROR_UTILITY_ICU | 0x1B + Requested operation can not be completed with ICU in its current state + + + TIZEN_ERROR_UTILITY_ICU | 0x1C + A UnicodeSet pattern is invalid + + + TIZEN_ERROR_UTILITY_ICU | 0x1D + String not terminated with NULL + + + TIZEN_ERROR_UTILITY_ICU | 0x1E + Argument does not satisfy STD3 rules + + + TIZEN_ERROR_UTILITY_ICU | 0x1F + Unassigned code points are found + + + TIZEN_ERROR_UTILITY_ICU | 0x20 + Number of levels requested in getBound is higher than the number of levels in the sort key + + + -- 2.34.1