From 9d5aa3e4f52d6bb3b4bedd1412a0f70ec7ed26e6 Mon Sep 17 00:00:00 2001 From: luzehui Date: Mon, 21 Nov 2022 17:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B7=A8=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luzehui --- .../errorcodes/errorcode-universal.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md b/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md index 5e949563c9..9ce15b0692 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-universal.md @@ -71,22 +71,3 @@ BusinessError 801: Capability not supported. function ${函数名} can not work **处理步骤** 请检查设备是否支持使用的API。 - -## 901 该操作系统或运行环境不支持此API - -**错误信息** - -The operating system or operating environment does not support this API, and it is used for processing that the cross-platform API cannot be enabled on a certain platform. - -**错误描述** - -该操作系统或运行环境不支持此API,用于跨平台API在某个平台不能使用的处理。 - -**可能原因** - -跨平台API在某个平台不能使用的处理。 - -**处理步骤** - -请检查跨平台API在对应的平台是否可以使用。 - -- GitLab