提交 f4ebdea2 编写于 作者: L liu-ganlin

update errorcode information

Signed-off-by: Nliu-ganlin <liuganlin@huawei.com>
上级 f63b6f82
...@@ -127,7 +127,7 @@ insert(element: T, index: number): void ...@@ -127,7 +127,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
...@@ -316,7 +316,7 @@ removeByIndex(index: number): T ...@@ -316,7 +316,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 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 ...@@ -411,7 +411,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 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&lt;T&gt; ...@@ -616,7 +616,7 @@ subArrayList(fromIndex: number, toIndex: number): ArrayList&lt;T&gt;
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The subArrayList method cannot be bound. | | 10200011 | The subArrayList method cannot be bound. |
| 10200001 | The value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -421,7 +421,7 @@ getKeyAt(index: number): K ...@@ -421,7 +421,7 @@ getKeyAt(index: number): K
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getKeyAt method cannot be bound. | | 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 ...@@ -636,7 +636,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
...@@ -685,7 +685,7 @@ getValueAt(index: number): V ...@@ -685,7 +685,7 @@ getValueAt(index: number): V
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. | | 10200011 | The getValueAt method cannot be bound. |
| 10200001 | The value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -330,7 +330,7 @@ increaseCapacityTo(minimumCapacity: number): void ...@@ -330,7 +330,7 @@ increaseCapacityTo(minimumCapacity: number): void
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The increaseCapacityTo method cannot be bound. | | 10200011 | The increaseCapacityTo method cannot be bound. |
| 10200001 | The value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -171,7 +171,7 @@ insert(index: number, element: T): void ...@@ -171,7 +171,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
...@@ -402,7 +402,7 @@ removeByIndex(index: number): T ...@@ -402,7 +402,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 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 ...@@ -447,7 +447,7 @@ removeFirst(): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeFirst method cannot be bound. | | 10200011 | The removeFirst method cannot be bound. |
| 10200010 | Container is empty. | | 10200010 | The container is empty. |
**示例:** **示例:**
...@@ -492,7 +492,7 @@ removeLast(): T ...@@ -492,7 +492,7 @@ removeLast(): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeLast method cannot be bound. | | 10200011 | The removeLast method cannot be bound. |
| 10200010 | Container is empty. | | 10200010 | The container is empty. |
**示例:** **示例:**
...@@ -587,7 +587,7 @@ removeFirstFound(element: T): boolean ...@@ -587,7 +587,7 @@ removeFirstFound(element: T): boolean
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeFirstFound method cannot be bound. | | 10200011 | The removeFirstFound method cannot be bound. |
| 10200010 | Container is empty. | | 10200010 | The container is empty. |
**示例:** **示例:**
...@@ -637,7 +637,7 @@ removeLastFound(element: T): boolean ...@@ -637,7 +637,7 @@ removeLastFound(element: T): boolean
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeLastFound method cannot be bound. | | 10200011 | The removeLastFound method cannot be bound. |
| 10200010 | Container is empty. | | 10200010 | The container is empty. |
**示例:** **示例:**
...@@ -810,7 +810,7 @@ set(index: number, element: T): T ...@@ -810,7 +810,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -126,7 +126,7 @@ insert(element: T, index: number): void ...@@ -126,7 +126,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
...@@ -408,7 +408,7 @@ removeByIndex(index: number): T ...@@ -408,7 +408,7 @@ removeByIndex(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The removeByIndex method cannot be bound. | | 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&lt;T&gt; ...@@ -658,7 +658,7 @@ getSubList(fromIndex: number, toIndex: number): List&lt;T&gt;
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getSubList method cannot be bound. | | 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 ...@@ -743,7 +743,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -337,7 +337,7 @@ getValueAt(index: number): T ...@@ -337,7 +337,7 @@ getValueAt(index: number): T
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | -------- | | -------- | -------- |
| 10200011 | The getValueAt method cannot be bound. | | 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 ...@@ -545,7 +545,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 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 ...@@ -589,7 +589,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 value of parameters are out of range. | | 10200001 | The parameter value is out of range. |
**示例:** **示例:**
......
...@@ -41,7 +41,7 @@ The {methodName} method cannot be bound. ...@@ -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. ...@@ -59,7 +59,7 @@ The value of parameters are out of range.
**错误信息** **错误信息**
Container is empty. The container is empty.
**错误描述** **错误描述**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册