delete not exist errorcode

Signed-off-by: fangyun <fangyun2@huawei.com>
This commit is contained in:
fangyun 2023-07-07 10:16:07 +08:00
parent ee277af96d
commit cb835576d8

View File

@ -75,8 +75,6 @@ declare namespace browser {
* @param { string } appId - id of the bundle that need to set policies.
* @param { AsyncCallback<string> } callback - the callback carries the browser policies returned by the getPolicies.
* @throws { BusinessError } 9200001 - the application is not an administrator of the device.
* @throws { BusinessError } 9200002 - the administrator application does not have permission to manage the device.
* @throws { BusinessError } 201 - the application does not have permission to call this function.
* @throws { BusinessError } 202 - not system application.
* @throws { BusinessError } 401 - invalid input parameter.
* @syscap SystemCapability.Customization.EnterpriseDeviceManager
@ -94,8 +92,6 @@ declare namespace browser {
* @param { string } appId - id of the bundle that need to set policies.
* @returns { Promise<string> } the promise carries the browser policies returned by the getPolicies.
* @throws { BusinessError } 9200001 - the application is not an administrator of the device.
* @throws { BusinessError } 9200002 - the administrator application does not have permission to manage the device.
* @throws { BusinessError } 201 - the application does not have permission to call this function.
* @throws { BusinessError } 202 - not system application.
* @throws { BusinessError } 401 - invalid input parameter.
* @syscap SystemCapability.Customization.EnterpriseDeviceManager