harmony 鸿蒙DataShare Error Codes
DataShare Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
15700010 Failed to Create a DataShareHelper
Error Message
The DataShareHelper is not initialized successfully.
Description
The DataShareHelper class fails to be created.
Possible Causes
- The uri specified in createDataHelper is incorrect.
- The context specified in createDataHelper is incorrect. DataShare supports only the stage model.
- The client application does not have the permission to start DataShareExtension from the background when the client attempts to start DataShareExtension from the background to create DataShareHelper.
Solution
Obtain the correct URI.
Check that the context of the stage model is used.
Check whether the client has the read or write permission on data. Perform the following steps:
(1) Obtain the data provider bundle name in the path of the URI. For example, the bundle name in uri = “datashareproxy://com.acts.ohos.data.datasharetest/test” is com.acts.ohos.data.datasharetest.
(2) Obtain the configuration based on the bundle name. For example, run bm dump –bundle-name com.acts.ohos.data.datasharetest to obtain the DataShareExtension configuration, and check whether the data consumer has readPermission or writePermission.
15700011 Failed to Add or Delete a Template
Error Message
The uri does not exist.
Description
This error code is returned when a template fails to be added or deleted.
Possible Causes
- The input parameter uri of addTemplate() is incorrect.
- The input parameter uri of delTemplate() is incorrect.
Solution
Obtain the correct URI.
15700012 Data Area Not Exist
Error Message
The data area does not exist.
Description
This error code is returned when a data update operaton fails.
Possible Causes
The input parameter bundleName of publish() is incorrect.
Solution
Obtain the correct bundleName value from the DataShare server provider.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DeviceUsageStatistics Error Codes
harmony 鸿蒙DistributedNotificationService Error Codes
harmony 鸿蒙Distributed Scheduler Error Codes
harmony 鸿蒙Access Control Error Codes
harmony 鸿蒙Accessibility Error Codes
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦