mirror of
https://gitee.com/openharmony/security_asset
synced 2025-03-03 13:50:19 +00:00
rename SqliteError
Change-Id: I522e7d8fe654d9d02f960734e1e7883c34139eec Match-id-9a5cbdd61a943b3f8153aface1adec44a82807af
This commit is contained in:
parent
27a5086861
commit
a0b404b1ea
@ -139,7 +139,7 @@ pub(crate) fn replace_data_once(alias: &str, calling_info: &CallingInfo, db_data
|
||||
|
||||
if !do_transaction(calling_info.user_id(), replace_call)? {
|
||||
loge!("do_transaction in replace_data_once failed!");
|
||||
return Err(ErrCode::SqliteERROR);
|
||||
return Err(ErrCode::SqliteError);
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user