diff --git a/api/@ohos.faultLogger.d.ts b/api/@ohos.faultLogger.d.ts index 6012002f0f2e98c54f229e86cfa4528315a0d3a7..8e06e1c87bb89553632403266f7a5066924deb83 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 */