modify spelling mistake

Signed-off-by: 黄师伟 <huangshiwei4@huawei.com>
This commit is contained in:
黄师伟 2022-09-02 09:29:47 +08:00
parent d07fbc1757
commit 0adb0b6114

View File

@ -33,7 +33,7 @@ JS_ERROR:
__BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: js runtime error}
PACKAGE_NAME: {type: STRING, desc: app package name}
VERSION: {type: STRING, desc: app version}
TYPE: {type: INT32, desc: js crash tpe}
TYPE: {type: INT32, desc: js crash type}
HAPPEN_TIME: {type: INT64, desc: fault trigger time}
REASON: {type: STRING, desc: error type}
JSVM: {type: STRING, desc: js runtime type}
@ -90,7 +90,7 @@ STOP_EXTENSION_ERROR:
ABILITY_NAME: {type: STRING, desc: ability name}
CONNECT_SERVICE_ERROR:
__BASE: {type: FAULT, level: MINOR, tag: ability, desc: connnect serviceExtensionAbility error}
__BASE: {type: FAULT, level: MINOR, tag: ability, desc: connect serviceExtensionAbility error}
USER_ID: {type: INT32, desc: userId}
ERROR_CODE: {type: INT32, desc: error code}
BUNDLE_NAME: {type: STRING, desc: bundle name}