HarmonyOS 使用UIAbilityContext.startAbility报错,错误码为16000019

使用UIAbilityContext.startAbility报错,错误码为【16000019 Can not match any component.】报这个错的原因是什么?案例如下:

try {
  console.log("Share----1")
  console.log("Share---- content:",JSON.stringify(content))
  const want = {
    action: 'ohos.want.action.sendData',
    type: 'text/plain',
    parameters: {
      [wantConstant.Params.SHARE_ABSTRACT_KEY]: content.message,
      [wantConstant.Params.SHARE_URL_KEY]: content.url,
      [wantConstant.Params.CONTENT_TITLE_KEY]: content.title,
    },
  };
  await this.ctx.uiAbilityContext.startAbility(want); // no information from API to check if sharing was successful
} catch (error) {
  this.logger.error('startAbility returned error: ' + error); // sometimes startAbility returns InternalError but shares the content correctly
}
HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
put_get
分享
微博
QQ
微信
回复
1天前
相关问题
startAbility跳转失败返回错误码16000001
2169浏览 • 1回复 待解决
startAbility跳转不成功,错误码16000001
2103浏览 • 1回复 待解决
Socket连接报错错误码88
1822浏览 • 1回复 待解决
HarmonyOS上传app包报错错误码996
109浏览 • 1回复 待解决
TCPSocket on('close')错误码
480浏览 • 1回复 待解决
HarmonyOS 关于2300006错误码
92浏览 • 1回复 待解决
错误码62980096怎么处理
986浏览 • 1回复 待解决
network bindSocket错误码问题
344浏览 • 1回复 待解决
HarmonyOS TCPSocket返回错误码2301004
72浏览 • 1回复 待解决
webview错误码105 是什么错误
852浏览 • 1回复 待解决
eglSwapBuffers常见错误码分析
662浏览 • 1回复 待解决
HarmonyOS avplayer错误码好像不对
41浏览 • 1回复 待解决
请求广告返回错误码21800003
2302浏览 • 1回复 待解决
请求广告返回错误码401
2339浏览 • 1回复 待解决
Web的onErrorReceive错误码含义
1820浏览 • 1回复 待解决
request上传返回错误码401
432浏览 • 2回复 待解决
HarmonyOS 错误码801意义不明确
29浏览 • 1回复 待解决
提问
该提问已有0人参与 ,帮助了0人