diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 112a81345c041494031a4139d65d836fd45a2863..e5267fa6248c8d8da53c014da5995fb92b139472 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4847,12 +4847,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