rename SqliteError

Change-Id: I522e7d8fe654d9d02f960734e1e7883c34139eec

Match-id-9a5cbdd61a943b3f8153aface1adec44a82807af
This commit is contained in:
authName 2023-09-28 12:04:33 +08:00 committed by userName
parent 27a5086861
commit a0b404b1ea

View File

@ -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(())
}