From 4bd898e04e31e51395d49f55bed07483ab0f5eb5 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 5 Jan 2023 11:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leon --- .../errorcode-CommonEventService.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-CommonEventService.md b/zh-cn/application-dev/reference/errorcodes/errorcode-CommonEventService.md index bcea1a8c6c..449647cc0c 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-CommonEventService.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-CommonEventService.md @@ -3,7 +3,7 @@ ## 1500001 want中Action为空 **错误信息** -> Want action is null +> The action field in the want parameter is null. **错误描述** > 发送事件的`want`中的`Action`属性为空时系统会产生此错误码。 @@ -17,7 +17,7 @@ ## 1500002 沙箱应用无法发送公共事件 **错误信息** -> sandbox application can not send common event +> A sandbox application cannot send common events. **错误描述** > 沙箱应用无法发送公共事件。 @@ -31,7 +31,7 @@ ## 1500003 事件发送频率过高 **错误信息** -> common event send frequency too high +> Too many common events are send in a short period of time. **错误描述** > 应用发送事件过于频繁。 @@ -45,7 +45,7 @@ ## 1500004 无法发送系统公共事件 **错误信息** -> not System services or System app +> A third-party application cannot send system common events. **错误描述** > 当前应用无法发送系统公共事件。 @@ -59,7 +59,7 @@ ## 1500005 未找到订阅者 **错误信息** -> subscriber can not found +> The subscriber is not found. **错误描述** > 找不到订阅者。 @@ -73,7 +73,7 @@ ## 1500006 无效userId **错误信息** -> userId is invalid +> Invalid userId. **错误描述** > 无效的userId。 @@ -87,7 +87,7 @@ ## 1500007 IPC请求发送失败 **错误信息** -> message send error +> Failed to send the message. **错误描述** > `IPC`发送请求失败。 @@ -101,7 +101,7 @@ ## 1500008 读取数据失败 **错误信息** -> CEMS error +> Failed to read the data. **错误描述** > 服务端发生错误。 @@ -112,10 +112,10 @@ **处理步骤** > 稍后重新尝试。 -## 1500009 system error +## 1500009 系统错误 **错误信息** -> system error +> System error. **错误描述** > 处理业务时系统发生异常,如获取系统当前时间失败。 -- GitLab