From 2211260837e16e26eb9dd89bc6e472e47aad433d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmarui=E2=80=9D?= Date: Fri, 10 Jan 2025 16:32:46 +0800 Subject: [PATCH] cherry pick a279122 from https://gitee.com/maruiqazqaz/docs/pulls/69393 1.10 modify data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “marui” --- .../reference/apis-arkdata/js-apis-data-relationalStore.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis-arkdata/js-apis-data-relationalStore.md b/zh-cn/application-dev/reference/apis-arkdata/js-apis-data-relationalStore.md index c4ea9b8ce28..790deb152c2 100644 --- a/zh-cn/application-dev/reference/apis-arkdata/js-apis-data-relationalStore.md +++ b/zh-cn/application-dev/reference/apis-arkdata/js-apis-data-relationalStore.md @@ -174,6 +174,8 @@ getRdbStore目前不支持多线程并发操作。 | 14800017 | Config changed. | | 14800020 | The secret key is corrupted or lost. | | 14800021 | SQLite: Generic error. | +| 14800022 | SQLite: Callback routine requested an abort. | +| 14800023 | SQLite: Access permission denied. | | 14800027 | SQLite: Attempt to write a readonly database. | | 14800028 | SQLite: Some kind of disk I/O error occurred. | | 14800029 | SQLite: The database is full. | -- Gitee