rename errorCode to runtime error

Signed-off-by: winnie-hu <huyu35@huawei.com>
This commit is contained in:
winnie-hu 2022-09-29 08:23:48 +08:00
parent e5c8fbe090
commit e7580471c5

View File

@ -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