harmony 鸿蒙Settings Error Codes
Settings Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
14800000 Parameter Check Failed
Error Message
Parameter error. Possible causes: 1. Parameter verification failed.
Description
This error code is reported when the null parameter is incorrect.
This error code is reported when the parameter parsing fails.
Possible Causes
A null parameter is incorrect (Null Argument Error).
A value range is incorrect (Value Range Error).
Solution
Make sure all the mandatory parameters are passed. If parameter verification fails, read the parameter specifications and locate the fault based on the possible causes.
14800010 UIAbility Required
Error Message
Original service error.
Description
This error code is reported when the original service throws an error.
Possible Causes
The current context is not the UIAbility.
Solution
Perform the operation on UIAbility.
你可能感兴趣的鸿蒙文章
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦