mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
!4634 Fix:修复faultlogger js apis 错误码描述信息语法错误
Merge pull request !4634 from hw_mzyan/master
This commit is contained in:
commit
dbeaa925b4
4
api/@ohos.faultLogger.d.ts
vendored
4
api/@ohos.faultLogger.d.ts
vendored
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user