!4634 Fix:修复faultlogger js apis 错误码描述信息语法错误

Merge pull request !4634 from hw_mzyan/master
This commit is contained in:
openharmony_ci 2023-03-09 02:11:44 +00:00 committed by Gitee
commit dbeaa925b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -83,7 +83,7 @@ declare namespace FaultLogger {
* @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 } 10600001 - The service is not started or is faulty
* @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger
* @since 9
*/
@ -95,7 +95,7 @@ declare namespace FaultLogger {
* @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 } 10600001 - The service is not started or is faulty
* @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger
* @since 9
*/