From 6720b0e89756a9f4bf5f883d9c738170a824e78d Mon Sep 17 00:00:00 2001 From: liupeng298 Date: Tue, 6 Dec 2022 08:39:56 +0000 Subject: [PATCH] update api/@ohos.faultLogger.d.ts. Signed-off-by: liupeng298 --- api/@ohos.faultLogger.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/@ohos.faultLogger.d.ts b/api/@ohos.faultLogger.d.ts index 6012002f0f..8e06e1c87b 100644 --- a/api/@ohos.faultLogger.d.ts +++ b/api/@ohos.faultLogger.d.ts @@ -81,9 +81,9 @@ declare namespace FaultLogger { * Query the result of the current application FaultLog in callback Mode. * @param faultType Fault type to query * @param callback Faultlog information data callback function - * @throws { BusinessError } 401 - the parameter check failed - * @throws { BusinessError } 801 - the specified SystemCapability name was not found - * @throws { BusinessError } 10600001 - the service is not running or broken + * @throws { BusinessError } 401 - The parameter check failed + * @throws { BusinessError } 801 - The specified SystemCapability name was not found + * @throws { BusinessError } 10600001 - The service is not running or broken * @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger * @since 9 */ @@ -93,9 +93,9 @@ declare namespace FaultLogger { * Query the result of the current application FaultLog in return promise mode. * @param faultType Fault type to query * @returns return faultlog information data by promise - * @throws { BusinessError } 401 - the parameter check failed - * @throws { BusinessError } 801 - the specified SystemCapability name was not found - * @throws { BusinessError } 10600001 - the service is not running or broken + * @throws { BusinessError } 401 - The parameter check failed + * @throws { BusinessError } 801 - The specified SystemCapability name was not found + * @throws { BusinessError } 10600001 - The service is not running or broken * @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger * @since 9 */ -- Gitee