projects
/
platform
/
core
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84ef8b
)
[ACR-1560] Add new error message of metadata-editor
69/236269/2
author
hj kim
<backto.kim@samsung.com>
Tue, 16 Jun 2020 04:40:04 +0000
(13:40 +0900)
committer
hj kim
<backto.kim@samsung.com>
Wed, 17 Jun 2020 08:16:37 +0000
(17:16 +0900)
Change-Id: I83ea6e9c80e182c26f51bbeb5a2e9ebd2d8cb40e
error_messages/capi-media-metadata-editor.xml
patch
|
blob
|
history
diff --git
a/error_messages/capi-media-metadata-editor.xml
b/error_messages/capi-media-metadata-editor.xml
index
35cbda4
..
5bbbc6a
100644
(file)
--- a/
error_messages/capi-media-metadata-editor.xml
+++ b/
error_messages/capi-media-metadata-editor.xml
@@
-3,8
+3,10
@@
<error name="METADATA_EDITOR_ERROR_OPERATION_FAILED">
<value>TIZEN_ERROR_METADATA_EDITOR | 0x01</value>
<msg>Invalid internal operation</msg>
+ </error>
+ <error name="METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE">
<value>TIZEN_ERROR_METADATA_EDITOR | 0x02</value>
- <msg>
No metadata to updat
e</msg>
+ <msg>
Update not possibl
e</msg>
</error>
</package>