diff --git a/frameworks/src/bundle_command_common.cpp b/frameworks/src/bundle_command_common.cpp index 5060b1bb4b3350ffbe9744aa1b82f7d818572a86..ec84738ef26da9d4657664814fa1bb35bae3cd00 100644 --- a/frameworks/src/bundle_command_common.cpp +++ b/frameworks/src/bundle_command_common.cpp @@ -754,6 +754,11 @@ std::map BundleCommandCommon::bundleMessageMap_ = { { IStatusReceiver::ERR_PLUGIN_SAME_BUNDLE_NAME, "error: The plugin name is same as host bundle name." + }, + { + IStatusReceiver::ERR_INSTALL_FAILED_DEVICE_UNAUTHORIZED, + "error: Failed to install the HAP because the device is unauthorized, " + "make sure the UDID of your device is configured in the signing profile." } }; } // AppExecFwk