harmony 鸿蒙Image Error Codes
Image Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
62980096 Operation Failed
Error Message
Transaction operation failed.
Possible Cause
- An exception occurs during image upload.
- Other operations are performed during decoding.
- Image decoding is not performed as instructed.
- The memory of the device is insufficient.
- The processing on the decoding library fails.
Solution
Check the image and follow the instructions to decode it.
62980097 PixelMap Serialization Failed
Error Message
Rpc error.
Possible Cause
- An exception occurs during image upload.
- Other operations are performed during decoding.
- Image decoding is not performed as instructed.
- The memory of the device is insufficient.
Solution
Check the image and follow the instructions to decode it.
62980098 Shared Memory Error
Error Message
Shared memory does not exist.
Possible Cause
- The size of the shared memory is insufficient.
- It is out-of-bounds access to the shared memory.
- An invalid pointer is used.
Solution
Check the memory usage or restart the device.
62980099 Data Error in the Shared Memory
Error Message
Shared memory data abnormal.
Possible Cause
- The synchronization operation is not correctly performed when data is read from or written to the shared memory.
- It is out-of-bounds access to the shared memory.
- An invalid pointer is used.
Solution
Restart the device.
62980100 Image Decoding Error
Error Message
Image decoding abnormal.
Possible Cause
- An exception occurs during image upload.
- Other operations are performed during decoding.
- Image decoding is not performed as instructed.
- The memory of the device is insufficient.
Solution
Check the image and follow the instructions to decode it.
62980101 Incorrect Input Image Data
Error Message
The image data is abnormal.
Possible Cause
- The input image data is incorrect.
- The format of the image is incorrect.
- The size of the image is incorrect.
Solution
Use a valid image.
62980102 Memory Allocation Error for Images
Error Message
Image malloc abnormal.
Possible Cause
The device memory is insufficient or occupied.
Solution
Clear the memory and try again.
62980103 Unsupported Image Type
Error Message
Image types are not supported.
Possible Cause
The input image type is not supported.
Solution
Change the image type and try again.
62980104 Image Initialization Error
Error Message
Image initialization abnormal.
Possible Cause
- The image type is not supported.
- The image size is not supported.
- An error occurs during initialization.
Solution
Correct the parameters or user another image.
62980105 Failure in Obtaining Image Data
Error Message
Image get data abnormal.
Possible Cause
- The device does not support the image type.
- Image data is lost.
Solution
Correct the image data or use another image.
62980106 Too Large Image Data
Error Message
The image data is too large.
Possible Cause
The image is too large.
Solution
Use a smaller image.
62980107 Image Conversion Error
Error Message
Image conversion abnormal.
Possible Cause
- Image conversion stops unexpectedly.
- Encoding parameters are incorrectly set.
Solution
Correct the encoding parameters or use another image.
62980108 Image Color Conversion Error
Error Message
Image color conversion is abnormal.
Possible Cause
- Color conversion is not supported for the image type.
- The device is faulty.
Solution
Try again or change the image type.
62980109 Cropping Error
Error Message
Cropping exceptions.
Possible Cause
- Cropping parameters are incorrectly set.
- The image data is incorrect.
Solution
Correct the cropping parameters or image data.
62980110 Incorrect Image Source Data
Error Message
The image source data is abnormal.
Possible Cause
The image source data is missing or incorrect.
Solution
Check the operation procedure or use another image.
62980111 Incomplete Image Source Data
Error Message
The image source data is incomplete.
Possible Cause
The image source data is missing.
Solution
Check the operation procedure or use another image.
62980112 Image Format Mismatch
Error Message
The image format does not match.
Possible Cause
The image format does not match.
Solution
Use an image in a matched format.
62980113 Unknown Image Format
Error Message
Image unknown format.
Possible Cause
The image format is not supported.
Solution
Use another image.
62980114 Image Source Not Parsed
Error Message
Image source not parsed.
Possible Cause
The image source data is incorrect.
Solution
Correct the image source data.
62980115 Invalid Image Parameter
Error Message
Invalid image parameter.
Possible Cause
An input parameter is invalid.
Solution
Correct the input parameter.
62980116 Decoding Failure
Error Message
Decoding failed.
Possible Cause
- The decoding process exits abnormally.
- The image format is not supported.
- No image is read.
Solution
Ensure that the image is read or use another image.
62980117 Plugin Registration Failure
Error Message
Failed to register plugin.
Possible Cause
- No decoding or encoding plugin of the corresponding format is found.
- The data passed in is incorrect.
Solution
Correct the input data or use another image.
62980118 Plugin Creation Failure
Error Message
Failed to create plugin.
Possible Cause
- No decoding or encoding plugin of the corresponding format is found.
- The data passed in is incorrect.
Solution
Correct the input data or use another image.
62980119 Image Encoding Failure
Error Message
Image encoding failed.
Possible Cause
- The encoding format is not supported.
- The data passed in is incorrect.
Solution
Correct the input data or use another image.
62980120 Failure in Adding Pixel Mappings
Error Message
Image addition pixel mapping failed.
Possible Cause
- Adding pixel mappings is not supported.
- An exception occurs during the addition of the pixel mapping.
Solution
Check the operation procedure or use another image.
62980121 Hardware Decoding Not Supported
Error Message
Image hardware decoding is not supported.
Possible Cause
Image hardware decoding is used.
Solution
Use another decoding mode.
62980122 Failure in Decoding the Image Header
Error Message
Decoding image header abnormal.
Possible Cause
- An exception occurs during the decoding of the image header.
- The image header does not meet the decoding requirements.
Solution
Correct the image data or use another image.
62980123 EXIF Decoding Not Supported
Error Message
Image decoding exif support.
Possible Cause
The image does not support EXIF decoding.
Solution
Use another image.
62980124 Missing Image Attribute
Error Message
The image property does not exist.
Possible Cause
- The image attribute is missing.
- The image is modified improperly.
Solution
Use another image.
62980246 Failure in Reading the Pixel Map
Error Message
Failed to read pixel map.
Possible Cause
- The pixel map data is incorrect.
- You do not have the permission to read the pixel map.
Solution
Re-create the pixel map or change the read permission.
62980247 Failure in Writing the Pixel Map
Error Message
Writing to pixel mapping failed.
Possible Cause
- The pixel map data is incorrect.
- You do not have the permission to write the pixel map.
Solution
Re-create the pixel map or change the read permission.
62980248 No Modification to the Pixel Map
Error Message
PixelMap does not allow modification.
Possible Cause
Users try to modify a pixel map.
Solution
Do not modify the pixel map.
62980259 Incorrect Configuration
Error Message
Configuration error.
Possible Cause
The configuration is incorrect.
Solution
Correct the configuration.
你可能感兴趣的鸿蒙文章
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框自动聚焦