From dc5750d34d0553e842e65d086fd74d64d05d54a0 Mon Sep 17 00:00:00 2001 From: CheungVane Date: Fri, 14 Oct 2022 16:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA$=E5=A2=9E=E5=8A=A0=E8=BD=AC=E4=B9=89?= =?UTF-8?q?=20Signed-off-by:=20zhangwenzhi=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/errorcodes/errorcode-huks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-huks.md b/zh-cn/application-dev/reference/errorcodes/errorcode-huks.md index c104090c6a..aeba76ede8 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-huks.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-huks.md @@ -3,7 +3,7 @@ ## 12000001 该子功能不支持(特性) **错误信息** -${messageInfo} mode is not support in current device. +\${messageInfo} mode is not support in current device. **可能原因** 支持API,但是不支持API内部某些子特性(功能),如算法参数。 @@ -12,7 +12,7 @@ ${messageInfo} mode is not support in current device. ## 12000002 缺少密钥算法参数 **错误信息** -Check get ${messageInfo} failed. User should add ${messageInfo} in param set. +Check get \${messageInfo} failed. User should add \${messageInfo} in param set. **可能原因** 使用密钥时缺少相关参数。 @@ -24,7 +24,7 @@ Check get ${messageInfo} failed. User should add ${messageInfo} in param set. **错误信息** -${messageInfo} argument is invalid. User should make sure using the correct value. +\${messageInfo} argument is invalid. User should make sure using the correct value. **可能原因** @@ -163,7 +163,7 @@ Queried entity does not exist. **错误信息** -External error ${messageInfo}. +External error \${messageInfo}. **可能原因** @@ -205,7 +205,7 @@ Memory is insufficient. **错误信息** -Call ${messageInfo} service to do ${messageInfo} failed. +Call \${messageInfo} service to do \${messageInfo} failed. **可能原因** -- GitLab