提交 c7761784 编写于 作者: Y ylq121

xiugai

Signed-off-by: Nylq121 <yangqing89@huawei.com>
上级 dfeec8e4
...@@ -2116,8 +2116,8 @@ put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncC ...@@ -2116,8 +2116,8 @@ 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. |
**示例:** **示例:**
...@@ -2171,8 +2171,8 @@ put(key: string, value: Uint8Array | string | number | boolean): Promise&lt;void ...@@ -2171,8 +2171,8 @@ 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. |
**示例:** **示例:**
...@@ -2218,8 +2218,8 @@ putBatch(entries: Entry[], callback: AsyncCallback&lt;void&gt;): void ...@@ -2218,8 +2218,8 @@ 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. |
**示例:** **示例:**
...@@ -2291,8 +2291,8 @@ putBatch(entries: Entry[]): Promise&lt;void&gt; ...@@ -2291,8 +2291,8 @@ 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. |
**示例:** **示例:**
...@@ -2357,8 +2357,8 @@ putBatch(value: Array&lt;ValuesBucket&gt;, callback: AsyncCallback&lt;void&gt;): ...@@ -2357,8 +2357,8 @@ 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. |
**示例:** **示例:**
...@@ -2420,8 +2420,8 @@ putBatch(value: Array&lt;ValuesBucket&gt;): Promise&lt;void&gt; ...@@ -2420,8 +2420,8 @@ 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. |
**示例:** **示例:**
...@@ -2474,8 +2474,8 @@ delete(key: string, callback: AsyncCallback&lt;void&gt;): void ...@@ -2474,8 +2474,8 @@ 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. |
**示例:** **示例:**
...@@ -2535,8 +2535,8 @@ delete(key: string): Promise&lt;void&gt; ...@@ -2535,8 +2535,8 @@ 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. |
**示例:** **示例:**
...@@ -2589,8 +2589,8 @@ delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallb ...@@ -2589,8 +2589,8 @@ 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. |
**示例:** **示例:**
...@@ -2645,8 +2645,8 @@ delete(predicates: dataSharePredicates.DataSharePredicates): Promise&lt;void&gt; ...@@ -2645,8 +2645,8 @@ 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. |
**示例:** **示例:**
...@@ -2700,8 +2700,8 @@ deleteBatch(keys: string[], callback: AsyncCallback&lt;void&gt;): void ...@@ -2700,8 +2700,8 @@ 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. |
**示例:** **示例:**
...@@ -2774,8 +2774,8 @@ deleteBatch(keys: string[]): Promise&lt;void&gt; ...@@ -2774,8 +2774,8 @@ 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. |
**示例:** **示例:**
...@@ -4113,8 +4113,8 @@ startTransaction(callback: AsyncCallback&lt;void&gt;): void ...@@ -4113,8 +4113,8 @@ 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. |
**示例:** **示例:**
...@@ -4187,8 +4187,8 @@ startTransaction(): Promise&lt;void&gt; ...@@ -4187,8 +4187,8 @@ 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.
先完成此消息的编辑!
想要评论请 注册