Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
f4ebdea2
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f4ebdea2
编写于
11月 25, 2022
作者:
L
liu-ganlin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update errorcode information
Signed-off-by:
N
liu-ganlin
<
liuganlin@huawei.com
>
上级
f63b6f82
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
24 addition
and
24 deletion
+24
-24
zh-cn/application-dev/reference/apis/js-apis-arraylist.md
zh-cn/application-dev/reference/apis/js-apis-arraylist.md
+4
-4
zh-cn/application-dev/reference/apis/js-apis-lightweightmap.md
.../application-dev/reference/apis/js-apis-lightweightmap.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-lightweightset.md
.../application-dev/reference/apis/js-apis-lightweightset.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-linkedlist.md
zh-cn/application-dev/reference/apis/js-apis-linkedlist.md
+7
-7
zh-cn/application-dev/reference/apis/js-apis-list.md
zh-cn/application-dev/reference/apis/js-apis-list.md
+4
-4
zh-cn/application-dev/reference/apis/js-apis-plainarray.md
zh-cn/application-dev/reference/apis/js-apis-plainarray.md
+3
-3
zh-cn/application-dev/reference/errorcodes/errorcode-containers.md
...lication-dev/reference/errorcodes/errorcode-containers.md
+2
-2
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-arraylist.md
浏览文件 @
f4ebdea2
...
...
@@ -127,7 +127,7 @@ insert(element: T, index: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The insert method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -316,7 +316,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -411,7 +411,7 @@ removeByRange(fromIndex: number, toIndex: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeByRange method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -616,7 +616,7 @@ subArrayList(fromIndex: number, toIndex: number): ArrayList<T>
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The subArrayList method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-lightweightmap.md
浏览文件 @
f4ebdea2
...
...
@@ -421,7 +421,7 @@ getKeyAt(index: number): K
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The getKeyAt method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -636,7 +636,7 @@ setValueAt(index: number, newValue: V): boolean
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The setValueAt method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -685,7 +685,7 @@ getValueAt(index: number): V
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-lightweightset.md
浏览文件 @
f4ebdea2
...
...
@@ -330,7 +330,7 @@ increaseCapacityTo(minimumCapacity: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The increaseCapacityTo method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-linkedlist.md
浏览文件 @
f4ebdea2
...
...
@@ -171,7 +171,7 @@ insert(index: number, element: T): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The insert method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -402,7 +402,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -447,7 +447,7 @@ removeFirst(): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeFirst method cannot be bound. |
| 10200010 |
C
ontainer is empty. |
| 10200010 |
The c
ontainer is empty. |
**示例:**
...
...
@@ -492,7 +492,7 @@ removeLast(): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeLast method cannot be bound. |
| 10200010 |
C
ontainer is empty. |
| 10200010 |
The c
ontainer is empty. |
**示例:**
...
...
@@ -587,7 +587,7 @@ removeFirstFound(element: T): boolean
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeFirstFound method cannot be bound. |
| 10200010 |
C
ontainer is empty. |
| 10200010 |
The c
ontainer is empty. |
**示例:**
...
...
@@ -637,7 +637,7 @@ removeLastFound(element: T): boolean
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeLastFound method cannot be bound. |
| 10200010 |
C
ontainer is empty. |
| 10200010 |
The c
ontainer is empty. |
**示例:**
...
...
@@ -810,7 +810,7 @@ set(index: number, element: T): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The set method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-list.md
浏览文件 @
f4ebdea2
...
...
@@ -126,7 +126,7 @@ insert(element: T, index: number): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The insert method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -408,7 +408,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -658,7 +658,7 @@ getSubList(fromIndex: number, toIndex: number): List<T>
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The getSubList method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -743,7 +743,7 @@ set(index: number, element: T): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The set method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-plainarray.md
浏览文件 @
f4ebdea2
...
...
@@ -337,7 +337,7 @@ getValueAt(index: number): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -545,7 +545,7 @@ removeRangeFrom(index: number, size: number): number
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeRangeFrom method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
@@ -589,7 +589,7 @@ setValueAt(index: number, value: T): void
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The setValueAt method cannot be bound. |
| 10200001 | The
value of parameters are
out of range. |
| 10200001 | The
parameter value is
out of range. |
**示例:**
...
...
zh-cn/application-dev/reference/errorcodes/errorcode-containers.md
浏览文件 @
f4ebdea2
...
...
@@ -41,7 +41,7 @@ The {methodName} method cannot be bound.
**错误信息**
The
value of parameters are
out of range.
The
parameter value is
out of range.
**错误描述**
...
...
@@ -59,7 +59,7 @@ The value of parameters are out of range.
**错误信息**
C
ontainer is empty.
The c
ontainer is empty.
**错误描述**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录