mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 17:31:12 +00:00
错误码描述修改
Signed-off-by: wangkai <wangkai424@huawei.com>
This commit is contained in:
parent
9ffb69a9dc
commit
a6c6c4571b
8
api/@ohos.data.distributedKVStore.d.ts
vendored
8
api/@ohos.data.distributedKVStore.d.ts
vendored
@ -71,7 +71,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max key length is 1024.
|
* Max key length is 1024.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -80,7 +79,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max value length is 4194303.
|
* Max value length is 4194303.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -89,7 +87,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max device coordinate key length is 896.
|
* Max device coordinate key length is 896.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -98,7 +95,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max store id length is 128.
|
* Max store id length is 128.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -107,7 +103,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max query length is 512000.
|
* Max query length is 512000.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -116,7 +111,6 @@ declare namespace distributedKVStore {
|
|||||||
/**
|
/**
|
||||||
* Max batch operation size is 128.
|
* Max batch operation size is 128.
|
||||||
*
|
*
|
||||||
* @constant
|
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@ -2024,7 +2018,7 @@ declare namespace distributedKVStore {
|
|||||||
* @param { Callback<ChangeNotification> } listener - {ChangeNotification}: the {@code ChangeNotification}
|
* @param { Callback<ChangeNotification> } listener - {ChangeNotification}: the {@code ChangeNotification}
|
||||||
* object indicates the data change events in the distributed database.
|
* object indicates the data change events in the distributed database.
|
||||||
* @throws { BusinessError } 401 - Parameter error.
|
* @throws { BusinessError } 401 - Parameter error.
|
||||||
* @throws { BusinessError } 15100001 - if the database has been subscribed over the max subscription time limit.
|
* @throws { BusinessError } 15100001 - Over max limits.
|
||||||
* @throws { BusinessError } 15100005 - Database or result set already closed.
|
* @throws { BusinessError } 15100005 - Database or result set already closed.
|
||||||
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
* @syscap SystemCapability.DistributedDataManager.KVStore.Core
|
||||||
* @since 9
|
* @since 9
|
||||||
|
Loading…
Reference in New Issue
Block a user