diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 47f10635e0cf2bdae12bab28c05b1cf9ca874899..528131e0eaf78b5c6bba30ee1eaed0fc87173739 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4092,12 +4092,12 @@ declare namespace window { * * @param { ShowWindowOptions } options - options of window shown * @returns { Promise } Promise that returns no value. - * @throws { BusinessError } 401 - Parameter error. Possible cause: 1. Mandatory parameters are left unspecified; - * 2. Incorrect parameter types; - * 3. Parameter verification failed. * @throws { BusinessError } 801 - Capability not supported. Function showWindow can not work correctly due to limited device capabilities. * @throws { BusinessError } 1300002 - This window state is abnormal. * @throws { BusinessError } 1300004 - Unauthorized operation. + * @throws { BusinessError } 1300016 - Parameter validation error. Possible cause: 1. The value of the parameter is out of the allowed range; + * 2. The length of the parameter exceeds the allowed length; + * 3. The parameter format is incorrect. * @syscap SystemCapability.Window.SessionManager * @atomicservice * @since 20