提交 442d2818 编写于 作者: Q qimeng

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

 Changes to be committed:
	modified:   zh-cn/application-dev/reference/apis/js-apis-pasteboard.md
上级 33432871
......@@ -686,8 +686,8 @@ addRecord(mimeType: string, value: ValueType): void
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900002 | The number of record exceeds the maximum limit. |
......@@ -807,8 +807,8 @@ getRecord(index: number): PasteDataRecord
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900001 | The index is out of range. |
......@@ -904,8 +904,8 @@ removeRecord(index: number): void
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900001 | The index is out of range. |
......@@ -933,8 +933,8 @@ replaceRecord(index: number, record: PasteDataRecord): void
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900001 | The index is out of range. |
......@@ -1299,8 +1299,8 @@ setData(data: PasteData, callback: AsyncCallback&lt;void&gt;): void
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
| 12900004 | Replication is prohibited. |
......@@ -1341,8 +1341,8 @@ setData(data: PasteData): Promise&lt;void&gt;
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
| 12900004 | Replication is prohibited. |
......@@ -1375,8 +1375,8 @@ getData( callback: AsyncCallback&lt;PasteData&gt;): void
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-pasteboard.md)
| 错误码ID | 错误信息 |
| -------- | -------- |
| 12900003 | Another copy or paste is in progress. |
......@@ -1409,8 +1409,8 @@ getData(): Promise&lt;PasteData&gt;
**错误码:**
以下错误码的详细介绍请参见[窗口错误码](errorcodes-pasteboard.md)
| 错误码ID | 错误信息 |
以下错误码的详细介绍请参见[剪贴板错误码](errorcode-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.
先完成此消息的编辑!
想要评论请 注册