提交 c7761784 编写于 作者: Y ylq121

xiugai

Signed-off-by: Nylq121 <yangqing89@huawei.com>
上级 dfeec8e4
...@@ -2115,9 +2115,9 @@ put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncC ...@@ -2115,9 +2115,9 @@ put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncC
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2170,9 +2170,9 @@ put(key: string, value: Uint8Array | string | number | boolean): Promise&lt;void ...@@ -2170,9 +2170,9 @@ put(key: string, value: Uint8Array | string | number | boolean): Promise&lt;void
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2217,9 +2217,9 @@ putBatch(entries: Entry[], callback: AsyncCallback&lt;void&gt;): void ...@@ -2217,9 +2217,9 @@ putBatch(entries: Entry[], callback: AsyncCallback&lt;void&gt;): void
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2290,9 +2290,9 @@ putBatch(entries: Entry[]): Promise&lt;void&gt; ...@@ -2290,9 +2290,9 @@ putBatch(entries: Entry[]): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2356,9 +2356,9 @@ putBatch(value: Array&lt;ValuesBucket&gt;, callback: AsyncCallback&lt;void&gt;): ...@@ -2356,9 +2356,9 @@ putBatch(value: Array&lt;ValuesBucket&gt;, callback: AsyncCallback&lt;void&gt;):
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2419,9 +2419,9 @@ putBatch(value: Array&lt;ValuesBucket&gt;): Promise&lt;void&gt; ...@@ -2419,9 +2419,9 @@ putBatch(value: Array&lt;ValuesBucket&gt;): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2473,9 +2473,9 @@ delete(key: string, callback: AsyncCallback&lt;void&gt;): void ...@@ -2473,9 +2473,9 @@ delete(key: string, callback: AsyncCallback&lt;void&gt;): void
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2534,9 +2534,9 @@ delete(key: string): Promise&lt;void&gt; ...@@ -2534,9 +2534,9 @@ delete(key: string): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2588,9 +2588,9 @@ delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallb ...@@ -2588,9 +2588,9 @@ delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallb
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2644,9 +2644,9 @@ delete(predicates: dataSharePredicates.DataSharePredicates): Promise&lt;void&gt; ...@@ -2644,9 +2644,9 @@ delete(predicates: dataSharePredicates.DataSharePredicates): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2699,9 +2699,9 @@ deleteBatch(keys: string[], callback: AsyncCallback&lt;void&gt;): void ...@@ -2699,9 +2699,9 @@ deleteBatch(keys: string[], callback: AsyncCallback&lt;void&gt;): void
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -2773,9 +2773,9 @@ deleteBatch(keys: string[]): Promise&lt;void&gt; ...@@ -2773,9 +2773,9 @@ deleteBatch(keys: string[]): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -4112,9 +4112,9 @@ startTransaction(callback: AsyncCallback&lt;void&gt;): void ...@@ -4112,9 +4112,9 @@ startTransaction(callback: AsyncCallback&lt;void&gt;): void
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
...@@ -4186,9 +4186,9 @@ startTransaction(): Promise&lt;void&gt; ...@@ -4186,9 +4186,9 @@ startTransaction(): Promise&lt;void&gt;
以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md) 以下错误码的详细介绍请参见[关系型数据库错误码](../errorcodes/errorcode-data-rdb.md)
| **错误码ID** | **错误信息** | | **错误码ID** | **错误信息** |
| ------------ | ---------------------------------------- | | ------------ | -------------------------------------------- |
| 14800047 | WAL file size exceeds the default limit. | | 14800047 | The WAL file size exceeds the default limit. |
**示例:** **示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册