diff --git a/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md b/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md index 4d23dcbbf40b40346096ff71db83443c53911676..4bd9e741756a4602c94181222395cfbd18ef9bd4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md +++ b/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md @@ -148,7 +148,7 @@ query(faultType: FaultType, callback: AsyncCallback<Array<FaultLogInfo> | 错误码ID | 错误信息 | | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **示例:** @@ -205,7 +205,7 @@ query(faultType: FaultType) : Promise<Array<FaultLogInfo>> | 错误码ID | 错误信息 | | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **示例:** diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-faultlogger.md b/zh-cn/application-dev/reference/errorcodes/errorcode-faultlogger.md index 3ed4da85c694859065392150c442d49fa7dcab10..52d7ea0e205dd965a373e404a3beac3669524f78 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-faultlogger.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-faultlogger.md @@ -4,11 +4,11 @@ **错误信息** -The service is not running or broken. +The service is not started or is faulty. **错误描述** -服务未启动/故障。 +服务未启动或者遇到未知错误。 **可能原因**