
# 错误码
#### 功能说明
所有的扩展接口发生400错误时，会有自定义错误信息返回，该节为您介绍每个错误码的含义。
#### 返回体格式
```
STATUS CODE 400
```
```
{
    "error": {
        "message": "The imagetype is invalid.",
        "code": "IMG.0024"
    }
}
```
#### 错误码说明
当您调用API时，如果遇到"APIGW"开头的错误码，请参见[API网关错误码](https://support.huaweicloud.com/devg-apisign/api-sign-errorcode.html)进行处理。
表1错误码 
| 状态码 | 错误码      | 错误信息                                                                                                                                                                 | 描述                                     | 处理措施                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
|:---|:---|:---|:---|:---|
| 400 | IMG.0001 | The request message format is invalid.                                                                                                                               | 请求消息格式非法。                              | 请使用正确的请求消息格式。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0002 | The image name contains more than 128 characters.                                                                                                                    | 镜像名称长度超过128 字符。                        | 请缩减镜像名称的长度。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0003 | The image name format is invalid.                                                                                                                                    | 镜像名称格式非法。                              | 请检查镜像名称是否符合规范。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0004 | The description contains more than 1024 characters.                                                                                                                  | 镜像描述长度超过1024 字符。                       | 请将镜像描述的长度缩减至1024个字符以内。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0005 | The ECS does not exist.                                                                                                                                              | 云服务器不存在。                               | 请确认云服务器是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0006 | The ECS system disk cannot be used to create an image.                                                                                                               | 云服务器的系统磁盘不支持创建镜像。                      | 请检查云服务器的系统磁盘状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0007 | The request body is empty.                                                                                                                                           | 空消息体。                                  | 请检查消息体是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0008 | The ECS cannot be used to create images because it is not in stopped state.                                                                                          | 非关机状态的云服务器，创建镜像仅支持已关闭的云服务器。            | 请先关闭云服务器，然后再创建镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0009 | The image name already exists.                                                                                                                                       | 镜像名称重复。                                | 请更换镜像名称。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0010 | The ECS cannot be used to create an image because it has in-progress tasks.                                                                                          | 云服务器有其他任务，不支持创建镜像。                     | 等待其他任务结束后，再使用云服务器创建镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0011 | **forceCreate** must be set to **true**.                                                                                                                             | 创建镜像需要forceCreate参数为true。              | 请设置forceCreate的值为true。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0012 | The ECS ID is not specified.                                                                                                                                         | 云服务器ID为空。                              | 请填写有效的云服务器ID。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0013 | The image name is not specified.                                                                                                                                     | 镜像名称为空。                                | 请填写有效的镜像名称。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0014 | An exception occurred when IaaS OpenStack was executing the task.                                                                                                    | fsp执行任务异常。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0015 | The number of private images has reached the maximum allowed.                                                                                                        | 当前用户的镜像配额已达最大值。                        | 请申请更多配额，或删除已有镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0016 | An error occurred when the request body was deleted.                                                                                                                 | 删除请求体错误。                               | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0017 | The URL format is incorrect.                                                                                                                                         | 请求的URL条件格式错误。                          | 请检查URL格式是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0018 | An error occurred when the job was submitted.                                                                                                                        | 提交Job出现错误。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0019 | The backup ID is not specified.                                                                                                                                      | 备份ID为空。                                | 请确认当前备份ID是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0020 | The backup does not exist.                                                                                                                                           | 备份不存在。                                 | 请确认所使用备份是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0021 | The resource type is unknown.                                                                                                                                        | 创建源类型未知。                               | 请检查源类型，并输入正确的源类型。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0022 | The disk in the current state cannot be used to create images.                                                                                                       | 磁盘当前状态不支持创建镜像。                         | 请确认磁盘的状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 400 | IMG.0023 | An exception occurred during task query.                                                                                                                             | 查询任务出现异常。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0024 | The image type in the request is incorrect.                                                                                                                          | 请求的镜像类型错误。                             | 镜像类型取值为：BMS和ECS。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0025 | The user type in the request is incorrect.                                                                                                                           | 请求的用户类型错误。                             | 请确认用户类型是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 403 | IMG.0026 | The role is invalid. You need to apply for the required permissions or pass the real-name authentication.                                                            | 您没有权限执行该操作，角色权限错误。                     | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0027 | The image ID in the request does not exist.                                                                                                                          | 请求的镜像ID不存在。                            | 请确认使用的镜像ID是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0028 | The image in the request is protected.                                                                                                                               | 请求的镜像是受保护的，需要走下线流程。                    | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0029 | The backup in the request has already been used to create an image.                                                                                                  | 请求的备份已经创建过镜像了。                         | 请该选择其它未创建过镜像的备份。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0030 | The project ID and token in the request are invalid.                                                                                                                 | 请求的项目ID和Token不合法。                      | 请使用正确的项目ID和Token。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0031 | The resource ID in the request is incorrect.                                                                                                                         | 请求的ID错误。                               | 请确认使用的镜像ID是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0032 | The backup is unavailable.                                                                                                                                           | 备份是不可用的。                               | 请检查所使用备份是否可用。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0033 | The backup is not a system disk backup.                                                                                                                              | 备份不是系统卷备份。                             | 请检查备份是否为系统卷备份。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0034 | The number of images cannot be modified.                                                                                                                             | 修改错误，镜像数量暂时不提供修改。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0035 | An attribute conflict occurred during the modification.                                                                                                              | 修改错误，修改的属性冲突。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0036 | An error occurred when the value of **asumeToken** was obtained.                                                                                                     | 获取asumeToken错误。                        | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0037 | An error occurred in the AK/SK was obtained.                                                                                                                         | 获取AK和SK错误。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0038 | An error occurred when the bucket was created.                                                                                                                       | 创建桶出现错误。                               | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0039 | An error occurred when read and write permissions of the bucket was granted to a specified user.                                                                     | 授权桶给指定用户出现错误。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0040 | An error occurred in the object storage address was obtained.                                                                                                        | 获取对象存储地址出现错误。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0041 | The authorized account is empty.                                                                                                                                     | 授权的账号为空。                               | 请使用有效的授权账号。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0042 | The image is not a Marketplace image.                                                                                                                                | 当前镜像不能下架。                              | 请确认当前镜像可以执行的操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0043 | The image has already been published in Marketplace by others.                                                                                                       | 镜像的源镜像是他人的市场镜像，不能上架。                   | 请使用合规的镜像文件。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0044 | The image is not the one being published to Marketplace.                                                                                                             | 不是正在上架的镜像。                             | 请检查镜像的上架状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0045 | Failed to generate the image product code.                                                                                                                           | 生成镜像产品码失败。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0046 | The image is unavailable.                                                                                                                                            | 镜像非可用状态。                               | 请检查镜像状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0047 | This operation can be performed only by the image owner.                                                                                                             | 非镜像所有者，不能执行该操作。                        | 请确认是否有操作当前镜像的权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0048 | The operation on the Marketplace image is unknown.                                                                                                                   | 市场镜像操作未知。                              | 请使用正确的镜像操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0049 | The image has been published in Marketplace or is being published in Marketplace.                                                                                    | 镜像已经上架或者处于上架中。                         | 请不要重复上架该镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0050 | Failing to publish the image in Marketplace cannot be set.                                                                                                           | 当前镜像不可设置为上架失败。                         | 请确认该镜像支持的操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0051 | The image created using a CSBS or CBR backup cannot be published in Marketplace.                                                                                     | 备份创建的镜像不能设置为市场镜像。                      | 请选择合规的镜像发放市场镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0052 | A shared image cannot be published in Marketplace.                                                                                                                   | 共享镜像不能设置为市场镜像。                         | 请选择合规的镜像发放市场镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0053 | An error occurred when the domain information of the shadow account was obtained.                                                                                    | 获取影子账户域信息错误。                           | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0054 | The image description format is invalid.                                                                                                                             | 镜像描述格式非法。                              | 请检查当前的镜像描述。镜像描述支持字母、数字、中文等，不支持回车、\<、\>，且长度不能超过1024个字符。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0055 | The memory or disk size is invalid.                                                                                                                                  | 内存或者磁盘大小非法。                            | 请检查镜像支持的内存或磁盘大小，内存大小的单位是MB，磁盘容量的大小是GB。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0056 | The OS version is invalid.                                                                                                                                           | 操作系统版本非法。                              | 请选择正确的操作系统版本。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0057 | The image file is empty, not found, or in incorrect format, or you do not have enough permission to access the file.                                                 | 镜像文件为空、未找到或格式不正确，或您没有足够的权限访问该文件。       | 请选择有效的镜像文件。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0058 | The region of the bucket where the image file is stored is inconsistent with that of the user.                                                                       | 镜像文件所在桶区域和当前用户区域不一致。                   | 请确保镜像所在桶区域和当前用户区域是一致的。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0059 | The size of the image file exceeds the maximum allowed.                                                                                                              | 镜像文件的大小超过了规定可以转换的大小。                   | 请检查镜像文件的大小是否小于等于128GB。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0060 | The number of tasks exceeds the flow control limit.                                                                                                                  | 任务已经超过了流控限制，请等会再提交。                    | 请等待一段时间后再次提交。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0061 | Unknown system error.                                                                                                                                                | 未知系统错误。                                | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0062 | The image name is incorrect.                                                                                                                                         | 镜像名称错误。                                | 请检查当前的镜像名称是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0063 | The VM type does not support image creation.                                                                                                                         | 云服务器类型不支持制作镜像。                         | 请选择合适类型的云服务器制作镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0064 | Failed to obtain tenant information from IAM.                                                                                                                        | 从IAM获取租户信息失败。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0065 | Failed to obtain the tenant domain from IAM.                                                                                                                         | 从IAM获取租户Domain信息失败。                    | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0066 | The image ID is incorrect.                                                                                                                                           | 镜像ID错误 。                               | 请输入正确的镜像ID。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0067 | The project ID is incorrect.                                                                                                                                         | 项目ID错误。                                | 请输入正确的项目ID。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0068 | The specified bucket name is empty.                                                                                                                                  | 指定的桶名为空。                               | 请查看指定的桶名是否为空，并指定正确的桶名。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0069 | The specified bucket cannot be accessed.                                                                                                                             | 指定的桶无法访问。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0070 | The image file already exists. Confirm the file in the corresponding directory of the OBS bucket or in the OBS bucket.                                               | 镜像文件已经存在，请在当前OBS桶或OBS桶中的对应目录下对该文件进行确认。 | 请在当前OBS桶或OBS桶中对应目录下，确认该文件是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0071 | The image cannot be exported.                                                                                                                                        | 该镜像不允许导出。                              | 该镜像不允许导出，请选择其它镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0072 | The specified image format is not supported.                                                                                                                         | 指定的镜像格式不支持。                            | 镜像的格式，目前只支持vhd，zvhd，raw，qcow2。默认是vhd。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 400 | IMG.0073 | The name of the exported file is empty.                                                                                                                              | 导出文件名称为空。                              | 请输入正确的文件名称。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0074 | The file name length exceeds the limit.                                                                                                                              | 文件名称长度超过规定的范围。                         | 请缩减文件名称的长度。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0075 | The file name contains invalid characters.                                                                                                                           | 文件名称中包含非法字符。                           | 请确保镜像文件名称符合以下要求： - 名称的首尾字符不能为空格  - 名称的长度为1\~128位  - 名称包含以下4种字符  - 大写字母  - 小写字母  - 数字  - 特殊字符包含-._和空格   |
| 400 | IMG.0076 | You cannot share an image with yourself.                                                                                                                             | 不能共享镜像给自己。                             | 请不要共享镜像给自己。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0077 | The public image cannot be exported.                                                                                                                                 | 公共镜像不允许导出                              | 公共镜像不允许导出，请选择其它镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 400 | IMG.0078 | The Marketplace image or private image created from a Marketplace image cannot be exported.                                                                          | 市场镜像或者源镜像为市场镜像的私有镜像不允许导出。              | 市场镜像或者源镜像为市场镜像的私有镜像不允许导出，请选择其它镜像导出。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 400 | IMG.0079 | The system disk image created from a charged image cannot be exported.                                                                                               | 源镜像为收费的系统镜像不允许导出。                      | 源镜像为收费的系统镜像不支持导出操作，请选择其它镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0080 | The image created from a CSBS or CBR backup cannot be exported.                                                                                                      | 备份创建的镜像不允许导出。                          | 请等待备份创建结束后，再执行镜像导出操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 400 | IMG.0081 | The image cannot be exported because it is created from an image file.                                                                                               | 非上传的镜像不允许导出。                           | 非上传的镜像不允许导出，请选择其它镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 400 | IMG.0082 | The image cannot be published in Marketplace.                                                                                                                        | 此镜像不能发布。                               | 请确认该镜像是否支持发布操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0083 | The image is a public image.                                                                                                                                         | 此镜像已经是公共镜像。                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0084 | The image is a private image.                                                                                                                                        | 此镜像已经是私有镜像。                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0085 | The publishing mode is incorrect.                                                                                                                                    | 发布方式错误。                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0086 | No image was found.                                                                                                                                                  | 找不到镜像。                                 | 请确认镜像是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0087 | The token is incorrect.                                                                                                                                              | Token错误。                               | 请输入正确的Token。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0088 | The number of shared images has reached the maximum allowed.                                                                                                         | 当前用户已经超过镜像共享配额**。**                    | 请申请共享配额。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0089 | The public image or Marketplace image cannot be shared.                                                                                                              | 公共镜像或市场镜像不允许共享。                        | 公共镜像或市场镜像不允许共享，请查看共享镜像的约束条件。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0090 | The image being created cannot be deleted.                                                                                                                           | 创建中的镜像不能删除。                            | 请等待镜像创建结束后，再执行删除镜像操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 400 | IMG.0091 | The protected image cannot be deleted.                                                                                                                               | 受保护镜像不能删除。                             | 请先将该镜像在华为云云商店下架。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0092 | The image can only be deleted by the owner.                                                                                                                          | 镜像只能由持有者删除。                            | 镜像由镜像的持有者执行删除操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0093 | The Marketplace image cannot be deleted.                                                                                                                             | 市场镜像不能删除。                              | 请不要对市场镜像执行删除操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0094 | The public image cannot be deleted.                                                                                                                                  | 公共镜像不能删除。                              | 请不要对公共镜像执行删除操作。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0095 | The KMS key does not exist.                                                                                                                                          | 密钥不存在。                                 | 请检查密钥是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0096 | The specified KMS key ID must be different from the image key ID.                                                                                                    | 指定的KMS密钥ID与镜像的密钥ID不能等同。                | 请确认指定的KMS密钥ID与镜像的密钥ID是否等同。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0097 | The key is not enabled.                                                                                                                                              | 密钥没有启用。                                | 请启动密钥。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0098 | The encrypted image cannot be shared or published in Marketplace.                                                                                                    | 加密镜像不允许共享或者发布。                         | 请将该镜像通过"镜像复制"功能，复制为一个非加密的新镜像，然后再将这个非加密镜像共享或发布。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0099 | You do not have the permission to access the key.                                                                                                                    | 您没有权限访问该密钥。                            | 请确认是否有权限访问该密钥。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0100 | You do not have OBT permission of KMS.                                                                                                                               | 没有KMS的公测权限。                            | 请确认是否有KMS的公测权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0101 | The original key does not exist.                                                                                                                                     | 原密钥不存在。                                | 请检查密钥是否有效。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0102 | The original key is not enabled.                                                                                                                                     | 原密钥没有启用。                               | 请启动原密钥。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 400 | IMG.0103 | You do not have the permission to access the original key.                                                                                                           | 您没有权限访问该原密钥。                           | 请确认是否具有访问该密钥的权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0104 | Enter the project name if there are multiple projects in the same region.                                                                                            | 同一区域多个项目，请输入项目名称查询。                    | 请输入项目名称查询。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0105 | The operation is not supported.                                                                                                                                      | 目前不支持该操作。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0106 | The image owner is another tenant.                                                                                                                                   | 该镜像的Owner是其他租户。                        | 请确认镜像Owner。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0107 | The Marketplace image cannot be shared.                                                                                                                              | 市场镜像不允许共享。                             | 市场镜像不允许共享，请查看共享镜像的约束条件。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 400 | IMG.0108 | The tenant ID was not found in the current region.                                                                                                                   | 在当前Region没有发现该成员信息。                    | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0109 | The bucket name contains invalid characters.                                                                                                                         | 桶名称中包含非法字符。                            | 请检查桶名称是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0110 | The system disk is unavailable and cannot be used to create images.                                                                                                  | 系统盘处于非可用状态时，不能创建镜像。                    | 请等待系统盘处于可用状态之后，再创建镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 400 | IMG.0111 | The size of the system disk exceeds the maximum allowed.                                                                                                             | 系统盘的大小超出允许范围。                          | 使用镜像创建云服务器，系统盘大小必须大于等于镜像的系统盘大小，且小于1024G。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0112 | Failed to add the tenant.                                                                                                                                            | 增加镜像成员失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0113 | Failed to delete the tenant.                                                                                                                                         | 删除镜像成员失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0114 | Failed to query the tenant details.                                                                                                                                  | 获取镜像成员失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0115 | The image tag is invalid.                                                                                                                                            | 镜像标签无效。                                | 请检查镜像标签的有效性。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0116 | The number of image tags exceeds the quota.                                                                                                                          | 镜像标签超出配额。                              | 请先删除不需要的标签，再重新设置镜像标签。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 400 | IMG.0117 | The image source can only be BMS or ECS.                                                                                                                             | 镜像类型只能取值为BMS、ECS。                      | 请重新选择镜像类型，镜像类型的取值为：BMS、ECS。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0118 | The BMS image does not support KMS encryption.                                                                                                                       | BMS镜像不支持KMS加密。                         | 请重新设置BMS镜像配置信息。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0119 | The VM does not have a system disk.                                                                                                                                  | 云服务器没有系统卷。                             | 请向当前云服务器添加系统卷。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0120 | The specified data disk ID is unavailable.                                                                                                                           | 指定的数据盘ID不可用。                           | 请确认当前的数据盘ID是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0121 | The object cannot be found.                                                                                                                                          | 无法找到对象。                                | 请确认对象是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0122 | The OS type is invalid.                                                                                                                                              | 操作系统类型不合法。                             | 请选择镜像服务支持的OS类型，具体以控制台显示为准。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0123 | The image file address in the request is duplicate.                                                                                                                  | 请求中的镜像文件地址重复。                          | 请删除重复的镜像文件地址。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0124 | The data disk image cannot be published in Marketplace.                                                                                                              | 数据盘镜像不能设置为市场镜像。                        | 请重新选择镜像文件发布市场镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0125 | The data disk image cannot be converted to a public image.                                                                                                           | 数据盘镜像不能发布为公共镜像。                        | 请查看数据盘镜像相关约束与限制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0126 | The VM in the current stage cannot be used to create a full-ECS image.                                                                                               | 云服务器当前状态不允许创建整机镜像。                     | 请检查云服务器状态，使用云服务器创建整机镜像时，云服务器应处于开机或者关机状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0127 | The CSBS backup does not exist.                                                                                                                                      | 云服务器备份不存在。                             | 请确认云服务器备份是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0128 | The full-ECS image cannot be exported.                                                                                                                               | 禁止导出整机镜像。                              | 请查看导出镜像的约束与限制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0129 | The full-ECS image cannot be published in Marketplace.                                                                                                               | 整机镜像不能设置为市场镜像。                         | 请重新选择镜像文件发布市场镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0130 | The full-ECS image cannot be exported or replicated.                                                                                                                 | 整机镜像不允许复制。                             | 请查看整机镜像相关约束与限制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0131 | The full-ECS image cannot be published in Marketplace.                                                                                                               | 整机镜像不允许发布。                             | 请查看整机镜像相关约束与限制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0132 | The CSBS backup in the current state cannot be used to create a full-ECS image.                                                                                      | 云服务器备份状态不允许创建为整机镜像。                    | 请等待云服务器备份变为可用状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0133 | You are not allowed to access the CSBS backup.                                                                                                                       | 禁止访问云服务器备份，请申请相应权限。                    | 请联系技术支持，申请相应权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0134 | The CSBS backup has been registered as an image.                                                                                                                     | 云服务器备份已经注册为镜像。                         | 云服务器备份只能创建一个整机镜像，请选择其他云服务器备份。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0135 | The full-ECS image cannot be shared.                                                                                                                                 | 整机镜像不允许共享。                             | 请查看共享镜像的约束与限制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0136 | Failed to create a full-ECS image because the ECS is being backed up.                                                                                                | 云服务器正在创建备份，不允许创建整机镜像。                  | 请等待云服务器备份或云备份变为可用状态。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 400 | IMG.0137 | Failed to obtain the VM information.                                                                                                                                 | 获取云服务器信息失败。                            | 请检查输入的云服务器ID是否正确，再检查用户是否具备了的该云服务器的操作权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 400 | IMG.0138 | Failed to obtain the OS type information.                                                                                                                            | 获取操作系统类型信息失败。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0139 | Other disks on the VM are being used to created VMs.                                                                                                                 | 云服务器上其他卷处于创虚拟机状态。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0140 | The disks in the request come from different ECSs.                                                                                                                   | 请求中的卷来自于不同实例。                          | 请确保请求中的卷来自相同的实例。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0141 | The value of **hw_firmware_type** is not **uefi** or **bios**.                                                                                                       | 镜像参数hw_firmware_type不是uefi或bios。       | 请将hw_firmware_type参数的值设置为uefi或bios。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 400 | IMG.0142 | Replication must be performed across regions.                                                                                                                        | 跨区域复制必须是不同的区域之间进行。                     | 请重新选择跨区域复制的目的区域。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0143 | An encrypted image cannot be replicated cross regions.                                                                                                               | 跨区域复制不支持加密镜像。                          | 跨区域复制时，请选择未加密镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0144 | The image does not exist.                                                                                                                                            | 镜像不存在。                                 | 请确认镜像是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0145 | The project name is incorrect.                                                                                                                                       | 项目名称输入错误。                              | 请输入正确的项目名称。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0146 | The size of the image to be replicated across regions exceeds the upper limit.                                                                                       | 镜像大小超过了跨区域复制镜像支持的最大限制。                 | 请查看镜像大小是否小于等于128G。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 400 | IMG.0147 | The entered region information is incorrect.                                                                                                                         | 输入的区域信息错误。                             | 请输入正确的区域信息。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0148 | The image is being exported.                                                                                                                                         | 镜像正在导出中。                               | 镜像正在导出，请等待。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0149 | The number of image replicated cross regions exceeds the maximum number allowed at a time.                                                                           | 跨区域复制超过了流控，请等待一段时间后重试。                 | 请等待一段时间后重试。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0150 | The CSBS backup used to create the full-ECS image already exists in the destination region and cannot be used again.                                                 | 整机镜像对应的备份已经复制到了目的区域，不能再次复制。            | 请勿重复复制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 400 | IMG.0151 | The agency does not have the needed permissions to perform this operation on the target project.                                                                     | 输入的委托没有目的项目的操作权限。                      | 请重新创建委托。委托必须同时具备源镜像区域和目的镜像区域的IMS Administrator的权限。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 400 | IMG.0152 | The full-ECS image is available only in the specified AZ.                                                                                                            | 整机镜像状态暂时处于指定可用区内可用，不支持跨区域复制，请稍后重试。     | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0153 | DESS or DSS disks cannot be used to create images.                                                                                                                   | DESS或者DSS的卷不支持制作镜像。                    | 请重新选择云服务器。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0154 | Failed to communicate with Enterprise Project Management Service (EPS).                                                                                              | 与企业项目管理服务通信失败。                         | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0155 | Failed to check the enterprise project ID validity.                                                                                                                  | 校验enterprise_project_id失败。             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0156 | Failed to associate the image with the enterprise project ID.                                                                                                        | 绑定enterprise_project_id失败。             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0157 | Incorrect image type.                                                                                                                                                | 创建类型错误。                                | 请重新选择镜像类型。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0158 | Only image files in raw OR ZVHD2 format support the Fast Create function. For raw image files, bitmaps must be uploaded to the OBS bucket together with image files. | 快速导入只支持zvhd2和raw格式，其中raw格式必须有位表文件。     | 快速导入只支持zvhd2和raw格式，如果是raw格式，请提供位表文件。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 400 | IMG.0159 | The OS version is required when image files are used to create ECSs through the Fast Create function.                                                                | 快速导入方式创建私有镜像时，需要传入os_version。          | 请传入镜像的os_version。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0160 | Only images less than 128 GB can be exported.                                                                                                                        | 超过128GB的镜像不允许导出。                       | 大于128GB的镜像暂不支持导出。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0161 | You do not have permission.                                                                                                                                          | 没有厂商冠名的公测权限。                           | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0162 | The value contains a maximum of 12 characters that consist of letters and spaces, and cannot start or end with a space                                               | 厂商冠名只能字母和空格组成，且首尾字符都不能为空格，长度小于12。      | 请检查厂商冠名的名称是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0163 | This image cannot be titled by vendors. Only images running a Windows OS booted in BIOS mode can be titled by vendors.                                               | 镜像不支持厂商冠名。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0164 | Failed to create an image because the spot ECS is being reclaimed.                                                                                                   | 竞价实例回收中，不允许创建镜像。                       | 竞价实例回收时不允许创建镜像。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| 400 | IMG.0165 | You do not have permission to access the CSBS backup.                                                                                                                | 没有云服务器备份的权限，请申请相应权限。                   | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0166 | OS information must be contained in the ISO files used to create images.                                                                                             | ISO文件创建镜像必须包含os_version信息。             | ISO创建镜像必须用户指定os_version信息。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0167 | This operation cannot be performed for ISO images.                                                                                                                   | ISO镜像暂不支持该功能。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0168 | Data disk images cannot be updated.                                                                                                                                  | 数据盘镜像不允许更新。                            | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0169 | Failed to update the image because the OS versions are different.                                                                                                    | 操作系统版本不同不允许更新。                         | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0170 | Failed to update the image because the image formats are different.                                                                                                  | 镜像格式不同不允许更新。                           | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0171 | Failed to update the image because the minimum disk space is less than that of the source image.                                                                     | 最小磁盘空间小于源镜像不允许更新。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0172 | Failed to update the image because the minimum memory is less than that of the source image.                                                                         | 最小运行内存小于源镜像不允许更新。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0173 | Failed to update the image because the image environment types are different.                                                                                        | 镜像环境类型不同不允许更新。                         | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0174 | Failed to update the image because the name of the source image is different from that of the target image.                                                          | 请求名称和目的镜像名称不同不能更新。                     | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0175 | The folder name and image file name cannot contain spaces.                                                                                                           | 目录和镜像文件名称中不能包含空格。                      | 请检查文件名称是否合法。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0176 | Failed to delete the full-ECS backup.                                                                                                                                | 整机备份删除失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0177 | The source and target tenants reside in different regions.                                                                                                           | 目的租户与源租户不在同一个Region。                   | 请确认目的租户和源租户是否在同一个Region。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0178 | The target tenant is the same as the source tenant.                                                                                                                  | 目的租户和源租户相同。                            | 目的租户不能与源租户相同，请检查。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0179 | The token of the source image agency is invalid.                                                                                                                     | 源镜像委托token无效。                          | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0180 | CBR does not support full-ECS image creation.                                                                                                                        | 不支持通过CBR服务创建整机镜像。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0181 | Failed to obtain ECSs that can be protected.                                                                                                                         | 获取可保护资源失败。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0182 | Insufficient vault capacity. Please expand the capacity.                                                                                                             | 存储库容量不足，请扩容。                           | 请检查存储库容量是否足够。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0183 | The ECS can only be associated with one vault.                                                                                                                       | 资源只能加入一个存储库。                           | 请确保资源没有加入到其他存储库。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0184 | Failed to obtain the vault.                                                                                                                                          | 存储库不存在。                                | 请检查存储库是否存在。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| 400 | IMG.0185 | The number of ECSs associated with the vault has reached the upper limit.                                                                                            | 存储库挂载资源数量超过最大值。                        | 存储库资源数达到上限，请另建存储库或删除不用的资源。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0186 | The ECS is associated with the CSBS service.                                                                                                                         | 该服务器已经绑定到云服务器备份服务中。                    | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0187 | KMS access traffic has reached the upper limit.                                                                                                                      | 访问KMS超过流控。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0188 | Vault is unavailable.                                                                                                                                                | 存储库状态非可用状态。                            | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0189 | The target CBR vault does not support image replication.                                                                                                             | 目的端存储库不支持跨域复制。                         | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0190 | Full-ECS images can be created only from CBR backups.                                                                                                                | 只允许通过CBR服务创建整机镜像。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0191 | Failed to query ECS flavors.                                                                                                                                         | 查询规格列表失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0192 | The flavor used to query images is invalid.                                                                                                                          | 查询镜像时规格非法。                             | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0193 | The vault is not a cloud server backup vault.                                                                                                                        | 存储库类型不是云服务器备份存储库。                      | 请确认存储库类型，只支持云服务器备份存储库。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0194 | The maximum number of images that can be imported at one time has been reached.                                                                                      | 超过数据镜像单次批量导入最大数目。                      | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0195 | Full-ECS images created from CBR backups must contain an OS.                                                                                                         | 数据盘备份创建整机镜像必须包含osVersion。              | 请指定os_version信息。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 400 | IMG.0196 | The image cannot be replicated because it is not accepted by the recipient.                                                                                          | 共享成员状态非接受状态，不允许复制。                     | 请先接受共享镜像再进行复制。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 400 | IMG.0197 | Failed to replicate the shared image because it is encrypted using KMS.                                                                                              | 共享镜像复制不支持KMS加密。                        | 共享加密镜像复制不支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.0198 | Backup ID does not match the backup type or does not exist.                                                                                                          | 备份ID和备份类型不匹配或备份不存在。                    | 请确认备份ID和备份类型是否匹配。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0212 | The value of **architecture** is not **x86** or **arm**.                                                                                                             | 镜像参数architecture不是x86或arm。             | 请将architecture参数的值设置为x86或arm。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 400 | IMG.0238 | Not real-name authentication.                                                                                                                                        | 未实名认证受限。                               | 请进行实名认证。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0239 | Insufficient balance.                                                                                                                                                | 余额不足受限。                                | 请检查余额。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 400 | IMG.0241 | Incomplete payment information.                                                                                                                                      | 未完善支付信息受限。                             | 请完善支付信息。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.0242 | Insufficient budget of enterprise department.                                                                                                                        | 企业部门预算不足。                              | 请补充企业部门预算。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.0251 | license type must be byol or platform.                                                                                                                               | license_type必须是byol或platform。          | 请将license_type参数设置为byol或platform。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.0252 | current os version does not support license type configuration.                                                                                                      | 当前操作系统不支持设置license_type。               | 当前操作系统不支持设置license_type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 400 | IMG.0253 | current os version does not support use platform license.                                                                                                            | 当前操作系统不支持使用平台许可证。                      | 当前操作系统不支持使用华为提供的许可证，请将license_type参数设置为byol。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400 | IMG.1054 | The obs role is invalid.                                                                                                                                             | 您没有权限执行该操作，obs角色权限错误。                  | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.1075 | Failed to register the image file.                                                                                                                                   | 注册镜像文件失败。                              | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.1083 | The image can not be shared.                                                                                                                                         | 该镜像无法共享。                               | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.1084 | Update image member status failed.                                                                                                                                   | 更新镜像成员状态失败。                            | 请联系技术支持。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| 400 | IMG.1090 | license type must be byol or platform.                                                                                                                               | license_type必须是byol或platform           | 请将license_type参数设置为byol或platform。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| 400 | IMG.1091 | actual os version does not support license type configuration.                                                                                                       | 实际操作系统不支持设置license_type                | 镜像实际的操作系统不支持设置license_type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 400 | IMG.1092 | actual os version does not support use platform license.                                                                                                             | 实际操作系统不支持使用平台许可证                       | 镜像实际的操作系统不支持使用华为提供的许可证，请将license_type参数设置为byol。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
   
