mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
rename errorCode to runtime error
Signed-off-by: winnie-hu <huyu35@huawei.com>
This commit is contained in:
parent
e5c8fbe090
commit
e7580471c5
4
api/@ohos.security.cryptoFramework.d.ts
vendored
4
api/@ohos.security.cryptoFramework.d.ts
vendored
@ -45,10 +45,10 @@ declare namespace cryptoFramework {
|
||||
*/
|
||||
ERR_OUT_OF_MEMORY = 17620001,
|
||||
|
||||
/** Indicates that internal error.
|
||||
/** Indicates that runtime error.
|
||||
* @since 9
|
||||
*/
|
||||
ERR_EXTERNAL_ERROR = 17620002,
|
||||
ERR_RUNTIME_ERROR = 17620002,
|
||||
|
||||
/** Indicates that crypto operation has something wrong.
|
||||
* @since 9
|
||||
|
Loading…
Reference in New Issue
Block a user