diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md index 558270552a39013c33eb30dc069359ede3b3ce84..f1bffede94c5f5f3e081dc8a1756966ea14a35cc 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md @@ -39,8 +39,6 @@ writePixelsFromBuffer(data: ArrayBuffer): Promise\ | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | **示例:** @@ -81,15 +79,6 @@ readPixelsToBuffer(): Promise\ | --------------------- | --------------------------------- | | Promise\ | Promise对象。返回辅助图像素数据。 | -**错误码:** - -以下错误码的详细介绍请参见[Image错误码](errorcode-image.md)。 - -| 错误码ID | 错误信息 | -| -------- | -------------------- | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | - **示例:** ```ts diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md index 03fde4d334ac2e85a21493e20c7fdbb477e7607d..bb9e010cac726a9e46dea4943e616270d369b2d3 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md @@ -235,7 +235,6 @@ packToDataFromPixelmapSequence(pixelmapSequence: Array\, options: Pack | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7800201 | Unsupported packing options. | | 7800301 | Failed to encode image. | **示例:** @@ -677,7 +676,6 @@ packToFileFromPixelmapSequence(pixelmapSequence: Array\, fd: number, o | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7800201 | Unsupported packing options. | | 7800301 | Failed to encode image. | **示例:** diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md index ba8c3a1f24a05e2095b9e562de7fec9b167b0aef..a273f6806c070bd61ea35f5a1d1c761d2bd9b166 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md @@ -199,7 +199,6 @@ getImageProperty(key:PropertyKey, options?: ImagePropertyOptions): Promise\): Promise\ | ------- | --------------------------------------------| | 401 | Parameter error.Possible causes:1.Mandatory parameters are left unspecified;2.Incorrect parameter types;3.Parameter verification failed; | | 62980123| The image does not support EXIF decoding. | -| 62980133| The EXIF data is out of range. | | 62980135| The EXIF value is invalid. | | 62980146| The EXIF data failed to be written to the file. | @@ -804,14 +802,10 @@ createPixelMapList(options?: DecodingOptions): Promise> | 62980103| The image data is not supported. | | 62980106 | The image data is too large. This status code is thrown when an error occurs during the process of checking size. | | 62980109 | Failed to crop the image. | -| 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118| Failed to create the image plugin. | -| 62980122 | Failed to decode the image header. | | 62980137 | Invalid media operation. | | 62980173 | The DMA memory does not exist. | | 62980174 | The DMA memory data is abnormal. | @@ -865,14 +859,10 @@ createPixelMapList(callback: AsyncCallback>): void | 62980103 | The image data is not supported. | | 62980106 | The image data is too large. This status code is thrown when an error occurs during the process of checking size. | | 62980109 | Failed to crop the image. | -| 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118 | Failed to create the image plugin. | -| 62980122 | Failed to decode the image header. | | 62980137 | Invalid media operation. | | 62980173 | The DMA memory does not exist. | | 62980174 | The DMA memory data is abnormal. | @@ -921,14 +911,10 @@ createPixelMapList(options: DecodingOptions, callback: AsyncCallback>): void | 62980096| Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | | 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116| Failed to decode the image. | | 62980118| Failed to create the image plugin. | | 62980122| Failed to decode the image header. | -| 62980137 | Invalid media operation. | | 62980149 | Invalid MIME type for the image source. | **示例:** @@ -1154,13 +1137,10 @@ getDelayTimeList(): Promise> | 62980096 | Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | | 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118 | Failed to create the image plugin. | | 62980122 | Failed to decode the image header. | -| 62980137 | Invalid media operation. | | 62980149 | Invalid MIME type for the image source. | **示例:** @@ -1196,7 +1176,6 @@ getFrameCount(callback: AsyncCallback\): void | 错误码ID | 错误信息 | | ------- | --------------------------------------------| | 62980096| Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | -| 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | | 62980112| The image format does not match. | | 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | @@ -1241,7 +1220,6 @@ getFrameCount(): Promise\ | 错误码ID | 错误信息 | | ------- | --------------------------------------------| | 62980096 | Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | -| 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | | 62980112 | The image format does not match. | | 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md index 516d3d4d1386a32fdd0664d6736c55abe807376d..2ada10beaec3093324fc77463d98863a6f20cc78 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md @@ -191,15 +191,6 @@ clone(): Promise\ | --------------------------------- | --------------------------------- | | Promise\<[Metadata](arkts-apis-image-Metadata.md)> | Promise对象,成功返回元数据实例。 | -**错误码:** - -以下错误码的详细介绍请参见[Image错误码](errorcode-image.md)。 - -| 错误码ID | 错误信息 | -| -------- | -------------------- | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | - **示例:** ```ts