diff --git a/api/@ohos.data.relationalStore.d.ts b/api/@ohos.data.relationalStore.d.ts index f79242e57523ee3237a05152e8491d0f4ad274ca..da478a163169c9ab72b5a90faf3137f5bce961af 100644 --- a/api/@ohos.data.relationalStore.d.ts +++ b/api/@ohos.data.relationalStore.d.ts @@ -400,7 +400,7 @@ declare namespace relationalStore * @param {DataSharePredicates} predicates - Indicates the specified update condition by the instance object of {@link dataSharePredicates.DataSharePredicates}. * @param {AsyncCallback} callback - the number of affected rows. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9 @@ -415,7 +415,7 @@ declare namespace relationalStore * @param {DataSharePredicates} predicates - Indicates the specified update condition by the instance object of {@link dataSharePredicates.DataSharePredicates}. * @returns {Promise} return the number of affected rows. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9 @@ -451,7 +451,7 @@ declare namespace relationalStore * @param {DataSharePredicates} predicates - the specified delete condition by the instance object of {@link dataSharePredicates.DataSharePredicates}. * @param {AsyncCallback} callback - the number of affected rows. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9 @@ -465,7 +465,7 @@ declare namespace relationalStore * @param {DataSharePredicates} predicates - the specified delete condition by the instance object of {@link dataSharePredicates.DataSharePredicates}. * @param {AsyncCallback} callback - the number of affected rows. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9 @@ -504,7 +504,7 @@ declare namespace relationalStore * @param {Array} columns - the columns to query. If the value is empty array, the query applies to all columns. * @param {AsyncCallback} callback - the {@link ResultSet} object if the operation is successful. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9 @@ -519,7 +519,7 @@ declare namespace relationalStore * @param {Array} columns - the columns to query. If the value is null, the query applies to all columns. * @returns {Promise} return the {@link ResultSet} object if the operation is successful. * @throws {BusinessError} 401 - if the parameter type is incorrect. - * @throws {BusinessError} 202 - Permission denied. + * @throws {BusinessError} 202 - if permission verification failed, application which is not a system application uses system API. * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @since 9