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

!13085 update container throws describe

Merge pull request !13085 from 刘甘霖/cherry-pick-1672387772
...@@ -117,7 +117,7 @@ insert(element: T, index: number): void ...@@ -117,7 +117,7 @@ insert(element: T, index: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The insert method cannot be bound. | | 10200011 | The insert method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -276,7 +276,7 @@ removeByIndex(index: number): T ...@@ -276,7 +276,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -351,7 +351,7 @@ removeByRange(fromIndex: number, toIndex: number): void ...@@ -351,7 +351,7 @@ removeByRange(fromIndex: number, toIndex: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByRange method cannot be bound. | | 10200011 | The removeByRange method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of fromIndex or toIndex is out of range. |
**示例:** **示例:**
...@@ -527,7 +527,7 @@ subArrayList(fromIndex: number, toIndex: number): ArrayList<T> ...@@ -527,7 +527,7 @@ subArrayList(fromIndex: number, toIndex: number): ArrayList<T>
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The subArrayList method cannot be bound. | | 10200011 | The subArrayList method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of fromIndex or toIndex is out of range. |
**示例:** **示例:**
......
...@@ -374,7 +374,7 @@ getKeyAt(index: number): K ...@@ -374,7 +374,7 @@ getKeyAt(index: number): K
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getKeyAt method cannot be bound. | | 10200011 | The getKeyAt method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -559,7 +559,7 @@ setValueAt(index: number, newValue: V): boolean ...@@ -559,7 +559,7 @@ setValueAt(index: number, newValue: V): boolean
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The setValueAt method cannot be bound. | | 10200011 | The setValueAt method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -598,7 +598,7 @@ getValueAt(index: number): V ...@@ -598,7 +598,7 @@ getValueAt(index: number): V
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. | | 10200011 | The getValueAt method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
......
...@@ -293,7 +293,7 @@ increaseCapacityTo(minimumCapacity: number): void ...@@ -293,7 +293,7 @@ increaseCapacityTo(minimumCapacity: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The increaseCapacityTo method cannot be bound. | | 10200011 | The increaseCapacityTo method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of minimumCapacity is out of range. |
**示例:** **示例:**
......
...@@ -153,7 +153,7 @@ insert(index: number, element: T): void ...@@ -153,7 +153,7 @@ insert(index: number, element: T): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The insert method cannot be bound. | | 10200011 | The insert method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -354,7 +354,7 @@ removeByIndex(index: number): T ...@@ -354,7 +354,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -690,7 +690,7 @@ set(index: number, element: T): T ...@@ -690,7 +690,7 @@ set(index: number, element: T): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The set method cannot be bound. | | 10200011 | The set method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
......
...@@ -116,7 +116,7 @@ insert(element: T, index: number): void ...@@ -116,7 +116,7 @@ insert(element: T, index: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The insert method cannot be bound. | | 10200011 | The insert method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -363,7 +363,7 @@ removeByIndex(index: number): T ...@@ -363,7 +363,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 10200011 | The removeByIndex method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -578,7 +578,7 @@ getSubList(fromIndex: number, toIndex: number): List<T> ...@@ -578,7 +578,7 @@ getSubList(fromIndex: number, toIndex: number): List<T>
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getSubList method cannot be bound. | | 10200011 | The getSubList method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of fromIndex or toIndex is out of range. |
**示例:** **示例:**
...@@ -648,7 +648,7 @@ set(index: number, element: T): T ...@@ -648,7 +648,7 @@ set(index: number, element: T): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The set method cannot be bound. | | 10200011 | The set method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
......
...@@ -302,7 +302,7 @@ getValueAt(index: number): T ...@@ -302,7 +302,7 @@ getValueAt(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. | | 10200011 | The getValueAt method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -480,7 +480,7 @@ removeRangeFrom(index: number, size: number): number ...@@ -480,7 +480,7 @@ removeRangeFrom(index: number, size: number): number
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeRangeFrom method cannot be bound. | | 10200011 | The removeRangeFrom method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
...@@ -514,7 +514,7 @@ setValueAt(index: number, value: T): void ...@@ -514,7 +514,7 @@ setValueAt(index: number, value: T): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The setValueAt method cannot be bound. | | 10200011 | The setValueAt method cannot be bound. |
| 10200001 | The parameter value is out of range. | | 10200001 | The value of index is out of range. |
**示例:** **示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册