add new errors and error_message handlings 74/55174/12 accepted/tizen/mobile/20160108.010032 accepted/tizen/tv/20160108.010106 accepted/tizen/wearable/20160108.010133 submit/tizen/20160107.103810
authorjongmyeongko <jongmyeong.ko@samsung.com>
Tue, 22 Dec 2015 05:28:26 +0000 (14:28 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Thu, 7 Jan 2016 07:00:14 +0000 (16:00 +0900)
commita2677799288dca86db2211227aba3f6ada917789
treec9b278037d811e6ad7275e2d4c43dd56f5a40516
parent65f29f3f718f634ae97b6f260cc5b85b6818d825
add new errors and error_message handlings

To offer more detailed information to developer.

dependency : https://review.tizen.org/gerrit/#/c/56333/

Change-Id: Id156eaf0eb03b73f9a66fbb27d599a95da952da6
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
43 files changed:
src/common/app_installer.cc
src/common/app_installer.h
src/common/pkgmgr_interface.cc
src/common/pkgmgr_signal.cc
src/common/pkgmgr_signal.h
src/common/security_registration.cc
src/common/security_registration.h
src/common/step/step.h
src/common/step/step_backup_icons.cc
src/common/step/step_backup_manifest.cc
src/common/step/step_check_old_certificate.cc
src/common/step/step_check_signature.cc
src/common/step/step_configure.cc
src/common/step/step_copy.cc
src/common/step/step_copy_backup.cc
src/common/step/step_copy_storage_directories.cc
src/common/step/step_copy_tep.cc
src/common/step/step_create_icons.cc
src/common/step/step_create_storage_directories.cc
src/common/step/step_delta_patch.cc
src/common/step/step_old_manifest.cc
src/common/step/step_open_recovery_file.cc
src/common/step/step_parse.cc
src/common/step/step_privilege_compatibility.cc
src/common/step/step_recover_application.cc
src/common/step/step_recover_files.cc
src/common/step/step_recover_icons.cc
src/common/step/step_recover_manifest.cc
src/common/step/step_recover_security.cc
src/common/step/step_recovery.cc
src/common/step/step_register_app.cc
src/common/step/step_register_security.cc
src/common/step/step_remove_files.cc
src/common/step/step_remove_icons.cc
src/common/step/step_revoke_security.cc
src/common/step/step_rollback_deinstallation_security.cc
src/common/step/step_rollback_installation_security.cc
src/common/step/step_unregister_app.cc
src/common/step/step_unzip.cc
src/common/step/step_update_app.cc
src/common/step/step_update_security.cc
src/common/step/step_update_tep.cc
src/pkgdir_tool/pkgdir_tool.cc