From 1def5338e61d078e506439825fe9cb452d640dd4 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Fri, 20 May 2022 03:13:33 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-ability-errorCode.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/apis/js-apis-ability-errorCode.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-ability-errorCode.md b/en/application-dev/reference/apis/js-apis-ability-errorCode.md index e81e9d60f6..d882c9b5ce 100644 --- a/en/application-dev/reference/apis/js-apis-ability-errorCode.md +++ b/en/application-dev/reference/apis/js-apis-ability-errorCode.md @@ -1,7 +1,7 @@ # ErrorCode -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> The initial APIs of this module are supported since API version 6. Newly added APIs will be marked with a superscript to indicate their earliest API version. @@ -17,9 +17,9 @@ Defines the error code used when the ability is started. **System capability**: SystemCapability.Ability.AbilityRuntime.Core -| Name | Value | Description | +| Name | Value | Description | | ------------------------------ | ---- | ---------------------------------------- | -| NO_ERROR | 0 | No error occurs. | -| INVALID_PARAMETER | -1 | Invalid parameter.| -| ABILITY_NOT_FOUND | -2 | The ability is not found.| -| PERMISSION_DENY | -3 | Permission denied. | +| NO_ERROR | 0 | No error occurs. | +| INVALID_PARAMETER | -1 | Invalid parameter. | +| ABILITY_NOT_FOUND | -2 | The ability is not found. | +| PERMISSION_DENY | -3 | Permission denied. | -- GitLab