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

!18411 翻译完成:17692 modify error docs data

Merge pull request !18411 from wusongqing/TR17692
...@@ -52,7 +52,7 @@ try { ...@@ -52,7 +52,7 @@ try {
usage: 'alarm' usage: 'alarm'
}, (error) => { }, (error) => {
if (error) { if (error) {
console.error('vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message); console.error('Vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message);
return; return;
} }
console.log('Callback returned to indicate a successful vibration.'); console.log('Callback returned to indicate a successful vibration.');
...@@ -145,7 +145,7 @@ try { ...@@ -145,7 +145,7 @@ try {
usage: 'alarm' usage: 'alarm'
}, (error) => { }, (error) => {
if (error) { if (error) {
console.error('vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message); console.error('Vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message);
return; return;
} }
console.log('Callback returned to indicate a successful vibration.'); console.log('Callback returned to indicate a successful vibration.');
...@@ -253,7 +253,7 @@ try { ...@@ -253,7 +253,7 @@ try {
usage: 'alarm' usage: 'alarm'
}, (error) => { }, (error) => {
if (error) { if (error) {
console.error('vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message); console.error('Vibrate fail, error.code: ' + error.code + 'error.message: ', + error.message);
return; return;
} }
console.log('Callback returned to indicate a successful vibration.'); console.log('Callback returned to indicate a successful vibration.');
...@@ -338,7 +338,7 @@ Checks whether the passed effect ID is supported. This API uses an asynchronous ...@@ -338,7 +338,7 @@ Checks whether the passed effect ID is supported. This API uses an asynchronous
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ---------------------------- | ---- | ------------------------------------------------------ | | -------- | ---------------------------- | ---- | ------------------------------------------------------ |
| effectId | string | Yes | Vibration effect ID. | | effectId | string | Yes | Vibration effect ID. |
| callback | AsyncCallback<boolean> | Yes | Callback used to return the result. The value **true** means that the passed effect ID is supported, and **false** means the opposite. | | callback | AsyncCallback<boolean> | Yes | Callback used to return the result. The value **true** means that the passed effect ID is supported, and **false** means the opposite.|
**Example** **Example**
...@@ -395,7 +395,7 @@ Checks whether the passed effect ID is supported. This API uses a promise to ret ...@@ -395,7 +395,7 @@ Checks whether the passed effect ID is supported. This API uses a promise to ret
| Type | Description | | Type | Description |
| ---------------------- | --------------------------------------------------------- | | ---------------------- | --------------------------------------------------------- |
| Promise<boolean> | Promise that returns the result. The value **true** means that the passed effect ID is supported, and **false** means the opposite. | | Promise<boolean> | Promise that returns the result. The value **true** means that the passed effect ID is supported, and **false** means the opposite.|
**Example** **Example**
...@@ -419,7 +419,7 @@ try { ...@@ -419,7 +419,7 @@ try {
console.error('Promise returned to indicate a failed vibration:' + JSON.stringify(error)); console.error('Promise returned to indicate a failed vibration:' + JSON.stringify(error));
}); });
} catch (error) { } catch (error) {
console.error('exception in, error:' + JSON.stringify(error)); console.error('Exception in, error:' + JSON.stringify(error));
} }
} }
}, (error) => { }, (error) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册