diff --git a/en/application-dev/reference/apis/js-apis-faultLogger.md b/en/application-dev/reference/apis/js-apis-faultLogger.md index dba3fb3f36ce7a0043738ff1c7bce26f22ae4973..ea9be4cbb8e141c716e92ded6d839651bae9bf7f 100644 --- a/en/application-dev/reference/apis/js-apis-faultLogger.md +++ b/en/application-dev/reference/apis/js-apis-faultLogger.md @@ -148,7 +148,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e | ID| Error Message| | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **Example** @@ -205,7 +205,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e | ID| Error Message| | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **Example** diff --git a/en/application-dev/reference/errorcodes/errorcode-faultlogger.md b/en/application-dev/reference/errorcodes/errorcode-faultlogger.md index 9279760c6e3285d2a80d3785e8a91bb40859b3c3..303a61f8fc53975e9a71173970ed29a63f8a387b 100644 --- a/en/application-dev/reference/errorcodes/errorcode-faultlogger.md +++ b/en/application-dev/reference/errorcodes/errorcode-faultlogger.md @@ -4,11 +4,11 @@ **Error Message** -The service is not running or broken. +The service is not started or is faulty. **Description** -This error code is reported when the service is not started or is faulty. +This error code is reported when the service is not started or an unknown error occurs. **Possible Causes**