提交 33432871 编写于 作者: Q qimeng

Signed-off-by: qimeng <qimeng11@huawei.com>

 Changes to be committed:
	modified:   zh-cn/application-dev/reference/apis/js-apis-pasteboard.md
上级 c9e7a8e5
......@@ -685,6 +685,8 @@ addRecord(mimeType: string, value: ValueType): void
| value | [ValueType](#valuetype9) | 是 | 自定义数据内容。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900002 | The number of record exceeds the maximum limit. |
......@@ -804,10 +806,11 @@ getRecord(index: number): PasteDataRecord
| [PasteDataRecord](#pastedatarecord7) | 指定下标的条目。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900001 | The index is out of range. |
| 12900002 | The number of record exceeds the maximum limit. |
**示例:**
......@@ -900,9 +903,11 @@ removeRecord(index: number): void
| index | number | 是 | 指定的下标。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900002 | The number of record exceeds the maximum limit. |
| 12900001 | The index is out of range. |
**示例:**
......@@ -927,9 +932,11 @@ replaceRecord(index: number, record: PasteDataRecord): void
| record | [PasteDataRecord](#pastedatarecord7) | 是 | 新条目的内容。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900002 | The number of record exceeds the maximum limit. |
| 12900001 | The index is out of range. |
**示例:**
......@@ -1291,9 +1298,12 @@ setData(data: PasteData, callback: AsyncCallback&lt;void&gt;): void
| callback | AsyncCallback&lt;void> | 是 | 回调函数。当写入成功,err为undefined,否则为错误对象。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
| 12900004 | Replication is prohibited. |
**示例:**
......@@ -1330,9 +1340,12 @@ setData(data: PasteData): Promise&lt;void&gt;
| Promise&lt;void&gt; | 无返回结果的Promise对象。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
| 12900004 | Replication is prohibited. |
**示例:**
......@@ -1361,6 +1374,8 @@ getData( callback: AsyncCallback&lt;PasteData&gt;): void
| callback | AsyncCallback&lt;[PasteData](#pastedata)&gt; | 是 | 回调函数。当读取成功,err为undefined,data为返回的系统剪贴板数据;否则返回错误对象。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
......@@ -1393,6 +1408,8 @@ getData(): Promise&lt;PasteData&gt;
| Promise&lt;[PasteData](#pastedata)&gt; | Promise对象,返回系统剪贴板数据。 |
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误码信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册