# Image Error Codes > **NOTE** > > This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md). ## 62980098 Shared Memory Error **Error Message** Shared memory does not exist. **Possible Cause** 1. The size of the shared memory is insufficient. 2. It is out-of-bounds access to the shared memory. 3. 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** 1. The synchronization operation is not correctly performed when data is read from or written to the shared memory. 2. It is out-of-bounds access to the shared memory. 3. An invalid pointer is used. **Solution** Restart the device. ## 62980100 Image Decoding Error **Error Message** Image decoding abnormal. **Possible Cause** 1. An exception occurs during image upload. 2. Other operations are performed during decoding. 3. Image decoding is not performed as instructed. 4. 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** 1. The input image data is incorrect. 2. The format of the image is incorrect. 3. 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** 1. The image type is not supported. 2. The image size is not supported. 3. 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** 1. The device does not support the image type. 2. 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** 1. Image conversion stops unexpectedly. 2. 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** 1. Color conversion is not supported for the image type. 2. The device is faulty. **Solution** Try again or change the image type. ## 62980109 Cropping Error **Error Message** Cropping exceptions. **Possible Cause** 1. Cropping parameters are incorrectly set. 2. 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** 1. The decoding process exits abnormally. 2. The image format is not supported. 3. 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** 1. No decoding or encoding plugin of the corresponding format is found. 2. 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** 1. No decoding or encoding plugin of the corresponding format is found. 2. 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** 1. The encoding format is not supported. 2. 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** 1. Adding pixel mappings is not supported. 2. 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** 1. An exception occurs during the decoding of the image header. 2. 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** 1. The image attribute is missing. 2. 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** 1. The pixel map data is incorrect. 2. 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** 1. The pixel map data is incorrect. 2. 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.