未验证 提交 b0c3cc36 编写于 作者: O openharmony_ci 提交者: Gitee

!24024 FIX:修改文档错误码说明

Merge pull request !24024 from 钟柠/0906_param
......@@ -40,10 +40,9 @@ getSync(key: string, def?: string): string
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700101 | System parameter can not be found. |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700101 | if key is not found |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -77,10 +76,9 @@ get(key: string, callback: AsyncCallback<string>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700101 | System parameter can not be found. |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700101 | if key is not found |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -121,10 +119,9 @@ get(key: string, def: string, callback: AsyncCallback<string>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700101 | System parameter can not be found. |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700101 | if key is not found |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -171,10 +168,9 @@ get(key: string, def?: string): Promise<string>
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700101 | System parameter can not be found. |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700101 | if key is not found |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -214,9 +210,9 @@ setSync(key: string, value: string): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700102 | if value is invalid |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -252,9 +248,9 @@ set(key: string, value: string, callback: AsyncCallback<void>): void
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700102 | if value is invalid |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......@@ -300,9 +296,9 @@ set(key: string, value: string): Promise<void>
| 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ |
| 14700102 | System parameter value is invalid. |
| 14700103 | System permission operation permission denied. |
| 14700104 | System internal error including out of memory, deadlock etc. |
| 14700102 | if value is invalid |
| 14700103 | if permission denied |
| 14700104 | if system internal error |
以上错误码详细介绍请参考[errorcode-system-parameterV9](../errorcodes/errorcode-system-parameterV9.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册