提交 d5456b25 编写于 作者: A Annie_wang

update docs

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 48dd5d93
...@@ -68,7 +68,7 @@ The following table lists the APIs used for persisting user preference data. For ...@@ -68,7 +68,7 @@ The following table lists the APIs used for persisting user preference data. For
return; return;
} }
console.info('Succeeded in getting preferences.'); console.info('Succeeded in getting preferences.');
// Perform related data operations. // Before performing related data operations, obtain a Preferences instance.
}) })
} catch (err) { } catch (err) {
console.error(`Failed to get preferences. Code:${err.code},message:${err.message}`); console.error(`Failed to get preferences. Code:${err.code},message:${err.message}`);
...@@ -93,7 +93,7 @@ The following table lists the APIs used for persisting user preference data. For ...@@ -93,7 +93,7 @@ The following table lists the APIs used for persisting user preference data. For
return; return;
} }
console.info('Succeeded in getting preferences.'); console.info('Succeeded in getting preferences.');
// Perform related data operations. // Before performing related data operations, obtain a Preferences instance.
}) })
} catch (err) { } catch (err) {
console.error(`Failed to get preferences. Code is ${err.code},message:${err.message}`); console.error(`Failed to get preferences. Code is ${err.code},message:${err.message}`);
...@@ -220,4 +220,4 @@ The following table lists the APIs used for persisting user preference data. For ...@@ -220,4 +220,4 @@ The following table lists the APIs used for persisting user preference data. For
} catch (err) { } catch (err) {
console.error(`Failed to delete preferences. Code:${err.code}, message:${err.message}`); console.error(`Failed to delete preferences. Code:${err.code}, message:${err.message}`);
} }
``` ```
\ No newline at end of file
...@@ -171,7 +171,7 @@ The following uses a single KV store as an example to describe how to implement ...@@ -171,7 +171,7 @@ The following uses a single KV store as an example to describe how to implement
return; return;
} }
console.info('Succeeded in getting KVStore.'); console.info('Succeeded in getting KVStore.');
// Perform related data operations. // Before performing related data operations, obtain a KV store instance.
}); });
} catch (e) { } catch (e) {
console.error(`An unexpected error occurred. Code:${e.code},message:${e.message}`); console.error(`An unexpected error occurred. Code:${e.code},message:${e.message}`);
...@@ -275,4 +275,4 @@ The following uses a single KV store as an example to describe how to implement ...@@ -275,4 +275,4 @@ The following uses a single KV store as an example to describe how to implement
} }
} }
}); });
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册