diff --git a/api/@ohos.data.distributedKVStore.d.ts b/api/@ohos.data.distributedKVStore.d.ts
index ddb3a8fe51803192deed038250cce882df3cce60..f2f8b8d2544ade741bbdb32a39e34251d9d35c83 100644
--- a/api/@ohos.data.distributedKVStore.d.ts
+++ b/api/@ohos.data.distributedKVStore.d.ts
@@ -3009,6 +3009,7 @@ declare namespace distributedKVStore {
* @throws { BusinessError } 401 - Parameter error.Possible causes:1.Mandatory parameters are left unspecified;
*
2.Incorrect parameters types.
* @throws { BusinessError } 15100003 - Database corrupted.
+ * @throws { BusinessError } 15100004 - Not found.
* @throws { BusinessError } 15100005 - Database or result set already closed.
* @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
* @since 9
@@ -3025,6 +3026,7 @@ declare namespace distributedKVStore {
* @throws { BusinessError } 401 - Parameter error.Possible causes:1.Mandatory parameters are left unspecified;
*
2.Incorrect parameters types.
* @throws { BusinessError } 15100003 - Database corrupted.
+ * @throws { BusinessError } 15100004 - Not found.
* @throws { BusinessError } 15100005 - Database or result set already closed.
* @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
* @since 9