diff --git a/api/@ohos.security.cryptoFramework.d.ts b/api/@ohos.security.cryptoFramework.d.ts index d7e59b597f499404007e9131f420126f046a7cf8..69aab9025d880f6b6e6528612c3331ceacec4b0a 100755 --- a/api/@ohos.security.cryptoFramework.d.ts +++ b/api/@ohos.security.cryptoFramework.d.ts @@ -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