mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
add remove error codes
Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
parent
051123d2b3
commit
9d75a42537
3
api/@ohos.security.asset.d.ts
vendored
3
api/@ohos.security.asset.d.ts
vendored
@ -137,6 +137,7 @@ declare namespace asset {
|
||||
* @throws { BusinessError } 24000011 - Calling the Bundle Manager service failed.
|
||||
* @throws { BusinessError } 24000012 - Calling the OS Account service failed.
|
||||
* @throws { BusinessError } 24000013 - Calling the Access Token service failed.
|
||||
* @throws { BusinessError } 24000015 - Getting the system time failed.
|
||||
* @syscap SystemCapability.Security.Asset
|
||||
* @since 11
|
||||
*/
|
||||
@ -164,6 +165,7 @@ declare namespace asset {
|
||||
* @throws { BusinessError } 24000011 - Calling the Bundle Manager service failed.
|
||||
* @throws { BusinessError } 24000012 - Calling the OS Account service failed.
|
||||
* @throws { BusinessError } 24000013 - Calling the Access Token service failed.
|
||||
* @throws { BusinessError } 24000015 - Getting the system time failed.
|
||||
* @syscap SystemCapability.Security.Asset
|
||||
* @systemapi
|
||||
* @since 12
|
||||
@ -186,6 +188,7 @@ declare namespace asset {
|
||||
* @throws { BusinessError } 24000011 - Calling the Bundle Manager service failed.
|
||||
* @throws { BusinessError } 24000012 - Calling the OS Account service failed.
|
||||
* @throws { BusinessError } 24000013 - Calling the Access Token service failed.
|
||||
* @throws { BusinessError } 24000015 - Getting the system time failed.
|
||||
* @syscap SystemCapability.Security.Asset
|
||||
* @since 12
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user