harmony(鸿蒙)Buffer Error Codes
Buffer Error Codes
10200001 Value Out of Range
Error Message
The value of ${param} is out of range.
Description
The value of a parameter passed in the API exceeds the valid range.
Possible Causes
The parameter value exceeds the value range.
Solution
Check and modify the parameter value.
10200009 Incorrect Buffer Size
Error Message
Buffer size must be a multiple of ${size}
Description
The buffer size must be an integer multiple of 16 bits, 32 bits, or 64 bits.
Possible Causes
The buffer size is not an integer multiple of 16 bits, 32 bits, or 64 bits.
Solution
Check the buffer length.
10200013 Read-Only Properly
Error Message
Cannot set property ${propertyName} of Buffer which has only a getter.
Description
The buffer ${propertyName} is read-only and cannot be set.
Possible Causes
The ${propertyName} parameter is read-only and cannot be set.
Solution
${propertyName} cannot be set. Do not place it on the left of the equal sign (=).
你可能感兴趣的鸿蒙文章
harmony(鸿蒙)DeviceUsageStatistics Error Codes
harmony(鸿蒙)DistributedNotificationService Error Codes
harmony(鸿蒙)Distributed Scheduler Error Codes
harmony(鸿蒙)Ability Error Codes
harmony(鸿蒙)Ability Access Control Error Codes
harmony(鸿蒙)Accessibility Error Codes
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦