harmony 鸿蒙Notification Error Codes
Notification Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
1600001 Internal Error
Error Message
Internal error.
Description
This error code is reported when an error occurs during internal processing, such as multi-thread processing or internal pointer checks.
Cause
Common kernel errors such as multi-thread processing and internal processing errors occur.
Solution
Make sure the system resources are sufficient.
1600002 Marshalling or Unmarshalling Error
Error Message
marshalling or unmarshalling error.
Description
This error code is reported when a marshalling or unmarshalling error occurs before data transmission.
Cause
A parameter mismatch is detected between the application and the notification service.
Solution
Make sure the application SDK version matches the system version.
1600003 Failed to Connect to the Notification Service
Error Message
Failed to connect service.
Description
This error code is reported when the application fails to connect to the notification service.
Cause
The notification service is busy or abnormal.
Solution
Restart the system.
1600004 Notification Disabled
Error Message
Notification is not enabled.
Description
This error code is reported when notification is disabled.
Cause
The notification feature is not enabled for the application.
Solution
Enable notification for the application in the notification settings.
1600005 Notification Slot Disabled
Error Message
Notification slot is not enabled.
Description
This error code is reported when the notification slot is not available.
Cause
The notification slot is disabled or has not been added.
Solution
Access the notification settings and check whether the application has the notification slot. If no, add it.
Make sure the notification slot is enabled.
1600006 Notification Deletion Failed
Error Message
Notification is not allowed to remove.
Description
This error code is reported when notification deletion is disabled.
Cause
The notification attribute isUnremovable is set to true.
Solution
Set isUnremovable as needed. For details, see NotificationRequest.
1600007 Notification Not Found
Error Message
The notification is not exist.
Description
This error code is reported when the notification service could not find the notification.
Cause
The notification has been canceled or deleted.
Solution
N/A
1600008 User Not Found
Error Message
The user is not exist.
Description
This error code is reported when the specified user is not found in the information system.
Cause
The user information passed is incorrect.
Solution
Verify the user information.
1600009 Notification Sending Limit Reached
Error Message
Over max number notifications per second.
Description
This error code is reported when the notification sending frequency reaches the upper limit.
Cause
More than 10 notifications are sent per second.
Solution
Reduce the notification sending frequency to no more than 10 per second.
1600010 Distributed Operation Failed
Error Message
Distributed operation failed.
Description
This error code is reported when an error occurs with the distributed database operation or distributed API invoking.
Cause
The distributed database could not be operated or the distributed API could not be invoked.
Solution
Verify the distributed connection.
1600011 Failed to Read the Template Configuration
Error Message
Read template config failed.
Description
This error code is reported when the attempt to read the template configuration file fails.
Cause
The template configuration file is lost in the system.
Solution
Check for the template configuration file: /system/etc/notification_template/external.json.
1600012 Insufficient Memory Space
Error Message
No memory space.
Description
This error code is reported when a memory allocation error occurs.
Cause
A memory allocation error occurs.
Solution
Ensure sufficient system memory.
17700001 Bundle Name Not Found
Error Message
The specified bundle name was not found.
Description
This error code is reported when the bundle name is incorrect or the application is not installed.
Cause
- The bundle name is incorrect.
- The application is not installed.
Solution
Verify the bundle name and make sure the application is installed.
你可能感兴趣的鸿蒙文章
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框自动聚焦