From 44830813e1dda51bb5b3298041acf076f241d73c Mon Sep 17 00:00:00 2001 From: gongyuechen Date: Thu, 29 Jun 2023 06:04:31 +0000 Subject: [PATCH] delete normal errorcode Signed-off-by: gongyuechen --- .../reference/apis/js-apis-uripermissionmanager.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-uripermissionmanager.md b/zh-cn/application-dev/reference/apis/js-apis-uripermissionmanager.md index a3516be701..46c8205976 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uripermissionmanager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uripermissionmanager.md @@ -41,9 +41,6 @@ grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: stri | 错误码ID | 错误信息 | | ------- | -------------------------------- | -| 201 | Permission denied. | -| 202 | Not System App. Interface caller is not a system app. | -| 401 | The parameter check failed. | | 16000050 | Internal error. | | 16000058 | Invalid URI flag. | | 16000059 | Invalid URI type. | @@ -106,9 +103,6 @@ grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: stri | 错误码ID | 错误信息 | | ------- | -------------------------------- | - | 201 | Permission denied. | - | 202 | Not System App. Interface caller is not a system app. | - | 401 | The parameter check failed. | | 16000050 | Internal error. | | 16000058 | Invalid URI flag. | | 16000059 | Invalid URI type. | @@ -166,9 +160,6 @@ revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallba | 错误码ID | 错误信息 | | ------- | -------------------------------- | - | 201 | Permission denied. | - | 202 | Not System App. Interface caller is not a system app. | - | 401 | The parameter check failed. | | 16000050 | Internal error. | | 16000059 | Invalid URI type. | @@ -220,9 +211,6 @@ revokeUriPermission(uri: string, targetBundleName: string): Promise<number> | 错误码ID | 错误信息 | | ------- | -------------------------------- | - | 201 | Permission denied. | - | 202 | Not System App. Interface caller is not a system app. | - | 401 | The parameter check failed. | | 16000050 | Internal error. | | 16000059 | Invalid URI type. | -- GitLab