diff --git a/api/@ohos.contact.d.ts b/api/@ohos.contact.d.ts index 2fbcb553c6ccc9ac8bb50fec687a2f1cbe8a4716..f67642963ecedf71b81e2f9cc5975585069128bc 100644 --- a/api/@ohos.contact.d.ts +++ b/api/@ohos.contact.d.ts @@ -180,7 +180,6 @@ declare namespace contact { * * @returns { Promise> } Returns the contact list which user select; * returns empty contact list if user not select. - * @throws { BusinessError } 401 - Parameter error. Possible causes: Mandatory parameters are left unspecified. * @syscap SystemCapability.Applications.Contacts * @since 10 */ @@ -189,7 +188,6 @@ declare namespace contact { * * @returns { Promise> } Returns the contact list which user select; * returns empty contact list if user not select. - * @throws { BusinessError } 401 - Parameter error. Possible causes: Mandatory parameters are left unspecified. * @syscap SystemCapability.Applications.Contacts * @atomicservice * @since 11