diff --git a/api/@ohos.wifiManager.d.ts b/api/@ohos.wifiManager.d.ts index efb9f66861cdcb21b5441bb864d76bc567359cb5..08bae5e506e443d8e8573358950407cf8890e1ea 100644 --- a/api/@ohos.wifiManager.d.ts +++ b/api/@ohos.wifiManager.d.ts @@ -1833,7 +1833,6 @@ declare namespace wifiManager { * @param { 'deviceConfigChange' } type - event name. * @param { Callback } callback - the callback of on, 0: config is added, 1: config is changed, 2: config is removed. * @throws {BusinessError} 201 - Permission denied. - * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. * @throws {BusinessError} 401 - Invalid parameters. Possible causes: 1. Mandatory parameters are left unspecified. * 2. Incorrect parameter types. * @throws {BusinessError} 801 - Capability not supported. @@ -1850,7 +1849,6 @@ declare namespace wifiManager { * @param { 'deviceConfigChange' } type - event name. * @param { Callback } callback - the callback of off, 0: config is added, 1: config is changed, 2: config is removed. * @throws {BusinessError} 201 - Permission denied. - * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. * @throws {BusinessError} 401 - Invalid parameters. Possible causes: 1. Mandatory parameters are left unspecified. * 2. Incorrect parameter types. * @throws {BusinessError} 801 - Capability not supported.