diff --git a/interfaces/kits/c/ability_runtime/ability_runtime_common.h b/interfaces/kits/c/ability_runtime/ability_runtime_common.h index 673e6f8cb640fe8210f2ac1445a9622e541ce34e..7c2e98d4a632a7166b813dd3b6b93bd4e73de91b 100644 --- a/interfaces/kits/c/ability_runtime/ability_runtime_common.h +++ b/interfaces/kits/c/ability_runtime/ability_runtime_common.h @@ -139,10 +139,10 @@ typedef enum { */ ABILITY_RUNTIME_ERROR_CODE_APP_INSTANCE_KEY_NOT_SUPPORTED = 16000079, /** - * @error The application info does not exist. + * @error Failed to obtain the target application information. * @since 21 */ - ABILITY_RUNTIME_ERROR_CODE_GET_APPLICATION_INFO_FAILED = 16000080, + ABILITY_RUNTIME_ERROR_CODE_GET_APPLICATION_INFO_FAILED = 16000081, } AbilityRuntime_ErrorCode; #ifdef __cplusplus