错误码
背景信息
- 接口返回的错误码与Error Message不具有一一对应关系,表中只是列出比较常见的一种Error Message。
- 本服务接口以异步接口居多,有的错误码是在查询任务的返回体中体现的,HTTP状态码有可能不是很准确。
- 本服务对网络、存储等服务具有强依赖性,Error Message显示依赖服务的错误消息时,处理措施需要联系技术支持。
错误码说明
当您调用API时,如果遇到“APIGW”开头的错误码,请参见API网关错误码进行处理。
状态码 | 错误码 | Error Message | 描述 | 处理措施 |
|---|---|---|---|---|
400 | BMS.0001 | Fail to parse request, reason: %s. | 请求数据错误。 | 请参考返回的Error Message信息检查请求体。 |
400 | BMS.0002 | The BMS service is unavailable. | 裸金属服务器还未上线。 | 服务当前不可用,请选择合适可用的Region。 |
400 | BMS.0003 | Create BareMetal Server error, request is null. | 请求数据错误。 | 请参考返回的Error Message信息检查请求体。 |
400 | BMS.0004 | Role check fail, reason: %s. | 权限不足。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0005 | Role check fail, reason: You do not have permission or your balance is insufficient. | 权限不足。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0008 | Fail to query flavor [%s], reason: %s. | 规格查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0006 | Fail to operate baremetal server. | 创建Job失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0009 | Fail to query flavor extra specs[%s], reason: %s. | 规格相关属性查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0010 | Fail to query image [%s], reason: %s. | 镜像查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0011 | The selected images cannot be used to apply for BMSs, %s. | 此镜像属性不支持裸金属服务器。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0012 | The number of IP addresses in the selected subnet[%s] is insufficient. | 所选子网中的IP地址数目不足。 | 请检查子网的IP是否已经被使用完。 |
400 | BMS.0013 | Fail to query ports by subnet [%s], reason: %s. | Port查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0014 | The specified IP address conflicts with an existing IP address in subnet[%s]. | 指定的IP地址冲突。 | 请修改网卡IP。 |
400 | BMS.0015 | Fail to query subnet, reason: %s. | 网卡查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0017 | The number[%d] of EIPs has reached the maximum[%d] allowed. Apply for a higher quota and try again. | 弹性公网IP配额不足。 | EIP配额不足,请申请扩大EIP配额。 |
400 | BMS.0218 | Fail to create order, reason: %s. | 创建订单失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0219 | OpenStack nova change ServerName fail. | 修改裸金属服务器名称失败。 | 请联系技术支持。 |
400 | BMS.0018 | Request parameter is invalid. | 请求参数不合法。 | 请参考返回的Error Message修改请求。 |
400 | BMS.0019 | publicIp parameter is illegal, reason: %s. | 网卡参数不合法。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0020 | Fail to check chargingMode, reason: %s. | 计费模式检验异常。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0021 | Flavor parameter is illegal, reason: %s. | 所选规格不能创建裸金属服务器,请重新选择。 | 请选择合适的规格。 |
400 | BMS.0022 | Request parameter is invalid. | 请求参数不合法。 | 请参考返回的Error Message修改请求。 |
400 | BMS.0023 | Fail to query limits, reason: %s | 查询配额失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0025 | The number of cloud servers has reached the maximum allowed. | 裸金属服务器的个数超过配额。 | 请申请扩大配额。 |
400 | BMS.0026 | The number of CPU cores used by all cloud servers has reached the maximum allowed. | 裸金属服务器的CPU个数超过配额。 | 请申请扩大配额。 |
400 | BMS.0027 | The memory space used by all cloud servers has reached the maximum allowed. | 裸金属服务器的内存超过配额。 | 请申请扩大配额。 |
400 | BMS.0028 | The number of CPU cores used by all cloud servers and that of cloud servers have reached the maximum allowed. | 裸金属服务器的个数和CPU个数超过配额。 | 请申请扩大配额。 |
400 | BMS.0029 | The memory space used by all cloud servers and the number of cloud servers have reached the maximum allowed. | 裸金属服务器的个数和内存超过配额。 | 请申请扩大配额。 |
400 | BMS.0030 | The memory space and number of CPU cores used by all cloud servers have reached the maximum allowed. | 裸金属服务器的内存和CPU个数超过配额。 | 请申请扩大配额。 |
400 | BMS.0031 | The number of cloud servers, the memory space used by all cloud servers, and the number of CPU cores used by all cloud servers have reached the maximum allowed. | 裸金属服务器的个数、CPU个数和内存超过配额。 | 请申请扩大配额。 |
400 | BMS.0032 | Token check fail. | 请联系技术支持申请裸金属服务器。 | 请参考返回的Error Message,或者联系技术支持。 |
403 | BMS.0033 | Fail to check roles, reason: %s. | 您暂时没有操作权限,请联系技术支持。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0034 | Not support create Bare Metal Server. | 暂时不支持自动化发放裸金属服务器。 | 当前不支持此操作。 |
400 | BMS.0047 | Root volume is illegal, reason: %s. | 系统盘参数异常。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0049 | Query keypair fail, reason is: %s. | key_name查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0089 | The tag policy does not allow the specified value for the following tag key: %s. | tag policy合规性校验不通过。 | 请检查tag policy策略,或者联系技术支持。 |
400 | BMS.0102 | The image does not support attach volume. | 此镜像暂不支持挂载卷。 | 请联系技术支持。 |
400 | BMS.0103 | Attach volume %s fail, volume info is null. | 该卷不存在。 | 请核对卷信息是否正确。 |
400 | BMS.0104 | Attach volume %s fail, data volume can not attach in root volume device. | 数据卷不能挂载在系统盘挂载点上。 | 请选择其他挂载点。 |
400 | BMS.0105 | Attach volume %s fail, device is illegal. | 挂载点不合法。 | 检查挂载点是否合法。 |
400 | BMS.0106 | Attach volume %s fail, volume's az is not equal with server's az. | 数据卷可用区和裸金属服务器可用区不一致。 | 请确保数据卷和裸金属服务器的可用区一致。 |
400 | BMS.0108 | Attach volume %s fail, root volume does not match the VM, do not change image. | 系统盘和裸金属服务器不匹配。 | 系统盘和裸金属服务器不匹配,请确认后再挂载。 |
400 | BMS.1001 | Volume can only be attached when server %s stopped or active. | 只有当裸金属服务器处于运行中或者关机状态,才能进行此操作。 | 请稍后重试或联系技术支持。 |
400 | BMS.1002 | Attach volume fail, server %s attachment num over limit. | 裸金属服务器可挂载数据卷数量超过配额。 | 请联系技术支持。 |
400 | BMS.1003 | Attach shareable volume %s fail, volume status is %s, not available or inuse. | 卷状态无效。 | 请检查该卷的状态是否为已挂卷状态或其他不可用状态。 |
400 | BMS.1004 | Attach shareable volume %s fail, volume status is %s, not available or inuse. | 裸金属服务器可挂载的共享数据卷数量超过配额。 | 请联系技术支持。 |
400 | BMS.1006 | Server %s info is null or its status or its metadata is null. | 暂时无法获取该裸金属服务器的运行状态。 | 请稍后重试或联系技术支持。 |
400 | BMS.1007 | Calling interface failed | 调用接口失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.1008 | The server[%s] is not HANA server, volume[%s] does not match the server. | 卷类型不匹配。 | 请检查卷类型是否匹配,或者联系技术支持。 |
400 | BMS.1009 | Attach shareable volume %s fail, volume status is %s, the volume has been attached to the server. | 该数据卷已经挂载在这台裸金属服务器上面。 | 请重新选择数据卷。 |
400 | BMS.1011 | Attach shareable volume %s fail, volume status is %s, not available or inuse. | 该数据卷正在挂载。 | 请不要重复操作。 |
400 | BMS.3001 | Query security group failed: %s. or Query vpcId for subnet failed: %s. | 查询Security Group或者Subnet失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3011 | Decoded token is null. | 系统错误。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3025 | Not support create shareable data volumes. | 云硬盘类型错误。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3035 | Attach volume fail: the bmsid [%s] in volume metadata is not the same with bmsid [%s] in url. | 此裸金属服务器没有匹配的卷。 | 请确保此卷和裸金属服务器匹配,或者联系技术支持。 |
400 | BMS.3039 | The password is illegal, reason: %s. | 密码复杂度校验失败。 | 请参考密码规则。 |
400 | BMS.0246 | The vpcId[%s] is invalid or not-existing. | VPC查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0201 | Fail to check the baremetal server params, reason: %s. | 创建裸金属服务器参数不正确。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0202 | All volumes must be in same type. | 数据盘类型不合法。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0203 | Volume is illegal, %s. | Volume参数不合法。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0204 | The num of datavolume is illegal, the num is %d, max num allow is %d. | 数据盘超过最大允许值。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0205 | The number of baremetal servers is out of range for one REquest. | 裸金属服务器数量不合法。 | 请修改创建或者删除裸金属服务器的数量。 |
400 | BMS.0206 | The baremetal server name [%s] is include invalid char. | 名称含有非法字符。 | 请按要求修改名称。 |
400 | BMS.0207 | VPC is illegal, reason: %s. | 批量创建裸金属服务器不允许指定IP。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0208 | Fail to get RegionInfo by tenant [%s], reason: %s. | AZ查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0210 | The size of userdata [%d] is over quota limits [%d]. | 注入数据超过最大长度。 | 请修改注入数据。 |
400 | BMS.0211 | The image platform is [%s], support publicKey, reason: the publicKey is illegal, null is not allowed. | 密钥不合法。 | 请选择合适的密钥。 |
400 | BMS.0114 | Volume %s is not in server %s attach volume list. | 卸载卷不在该裸金属服务器的卷列表中。 | 请确定该卷是否存在。 |
400 | BMS.0212 | System is overloaded, please try again later. | 系统过载。 | 请稍后重试。 |
400 | BMS.0213 | OBTAZ role verify fail: not allowed role. | 权限不足。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0214 | Query subnet[%s] failed: response is null. | 网卡查询失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0215 | The response of inquiry order info is null or invalid. | 创建订单失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0216 | Submit order[%s] failed: %s. | 提交订单失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0217 | Create server fail, reason: metaData is illegal. | Metadata校验失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0222 | primary port can not be deleted. | 主网卡不允许删除。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0223 | Only SCSI disks are supported. | 目前只支持SCSI磁盘模式。 | 目前只支持SCSI磁盘模式,请选择该模式。 |
400 | BMS.0039 | Server is stopped, not allow to stop. | 裸金属服务器已经关机。 | 请勿重复关机。 |
400 | BMS.0040 | The server does not exist. | 裸金属服务器不存在。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0035 | Server is powering on, not allow to %s. | 裸金属服务器已经上电,不允许进行其他操作。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0036 | Server is powering off, not allow to %s. | 裸金属服务器已经下电,不允许进行其他操作。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0038 | Server is running, not allow to start. | 裸金属服务器正在运行中,不允许启动。 | 请勿重复开机。 |
400 | BMS.0037 | Server is rebooting, not allow to %s. | 裸金属服务器正在重启,不允许进行其他操作。 | 请参考返回的Error Message,或者联系技术支持。 |
403 | BMS.0288 | Policy doesn't allow %s to be performed. | 无操作权限。 | 请参考返回的Error Message,或者联系技术支持 |
400 | BMS.0290 | Batch attach volume type must be shareable. | 该卷不是共享卷,不支持批量挂载。 | 请选择共享卷。 |
400 | BMS.0291 | enterprise_project_id can not be empty. | 企业项目ID不能为空。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0294 | Query enterprise_project_id[%s] failed %. | 调用EPS查询项目失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0293 | Query enterprise_project_id[%s] failed: response is null. | 查询项目信息失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0292 | enterprise_project_id[%s] is deactive. | 企业项目已经停用。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0071 | Using an existing EIP and creating a new EIP can't be used at the same time. | 指定EIP创建裸金属服务器时,不能创建新的EIP。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0072 | An existing EIP cannot be assigned to the ECSs created in batches. | 不能用一个指定的EIP批量创建多个裸金属服务器。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0073 | Bandwidth info in EIP is null. | 带宽参数为空。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0074 | Parameter extendparam or chargingMode is null. | EIP扩展参数不可用。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0075 | Bandwidth info in EIP is null. | 带宽ID为空。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0076 | Parameter chargingMode only supports postPaid when shared type is whole. | EIP计费模式不可用。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0077 | PublicIp parameter is illegal, reason: %s. | 带宽大小不合法。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0078 | Shared bandwidth has been bound to %d EIPs, quota is %d. | EIP配额不足。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0079 | Specifies the bandwidth of the shared type and the id cannot be empty. | EIP带宽类型不可用。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0080 | Check subnet status failed. | 子网状态不可用。 | 请检查子网是否存在,或者是否是ACTIVE状态。 |
400 | BMS.0297 | Fail to attach volume[%s]: volume is locked. | 云硬盘提交订单且未支付,不允许挂载/卸载。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0054 | Check capacity fail, the number of capacity is: [%d], and req num is: [%d]. | 容量校验失败。 | 规格容量不足,请联系技术支持。 |
400 | BMS.0055 | Query capacity fail, Flavor id is [%s], reason: [%s]. | 查询配额失败。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.2005 | Network could not be found. | Network查询失败。 | 请检查Network信息,或者联系技术支持。 |
400 | BMS.3037 | Insufficient resources or failed to start the BMS. | 资源不足或服务器启动失败。 | 请联系技术支持。 |
400 | BMS.3004 | Failed to create the BMS due to an internal system error. | 创建失败,系统内部错误。 | 请联系技术支持。 |
400 | BMS.3005 | Failed to create the port. | 创建端口失败。 | 请联系技术支持。 |
400 | BMS.3033 | Failed to create the system disk. | 创建系统卷失败。 | 请联系技术支持。 |
400 | BMS.3029 | Failed to create the system disk. The disk status is abnormal. | 创建系统卷失败,系统卷状态异常。 | 请联系技术支持。 |
400 | BMS.3006 | Failed to assign the floating IP address. | 创建弹性IP失败。 | 请联系技术支持。 |
400 | BMS.3021 | Failed to create the data disk. | 创建数据卷失败。 | 请联系技术支持。 |
400 | BMS.3019 | Failed to attach the data disk. | 挂载数据卷失败。 | 请联系技术支持。 |
400 | BMS.3038 | Failed to assign the EIP. | 创建弹性公网IP失败。 | 请联系技术支持。 |
400 | BMS.0315 | Disks cannot be attached to a BMS using this flavor[%s]. | 该规格不支持挂卷。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0316 | RAID level and RAID type do not match. | 该RAID Level和RAID类型不匹配。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0317 | Disk information is empty. | 磁盘信息不合法,磁盘信息为空。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0320 | This flavor does not support RAID formed by disks of this type. | 此规格不支持该类型的卷组RAID。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0321 | This flavor does not support RAID formed by disks of this size. | 此规格不支持该大小的卷组RAID。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0322 | Disk quantity and RAID level do not match. | 磁盘数量和该RAID Level不匹配。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0323 | Disk quantity does not match that in the flavor. | 磁盘数量和规格中对应的磁盘数量不匹配。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0325 | Disk quantity exceeds that supported by the flavor. | 磁盘数量超过该规格支持的盘数量。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0327 | Only JBOD is supported. | 仅支持JBOD。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0328 | Only single-disk RAID 0 is supported. | 仅支持单盘RAID 0。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0329 | Disk type is empty. | 磁盘信息不合法,磁盘类型为空。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0330 | RAID is not supported. | 不支持组RAID。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0331 | No IPv6 Open Beta Test permissions. | 没有IPv6公测权限。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0333 | IPv6 is not supported. | 不支持IPv6。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0400 | the image[%s] is not support IPv6. | 镜像不支持IPv6。 | 请参考返回的Error Message,或者联系技术支持 |
400 | BMS.0360 | This operation cannot be performed because EVS Disk %s is frozen. | 磁盘已经冻结,无法操作裸金属服务器。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3026 | Password does not meet the requirements of the rule. | 密码不符合规则要求。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3027 | VPC parameter is illegal. | VPC参数不合法。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.3028 | cinder quota check fail. | 卷配额异常。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | Common.0018 | tenantId in token is not the same with in URL. | token无效,token中的tenant_id和URL中的tenant_id不一致 | 请检查租户的token是否正确。 |
400 | BMS.0111 | none or multiple passwords specified, please specify one. | 密码或密钥未指定或者重复指定。 | 密码或者密钥不能同时指定,请确认登录方式。 |
400 | BMS.0395 | The server[%s] is windows system and can not support remote login。 | Windows系统的裸金属服务器不支持远程登录。 | 请参考返回的Error Message,或者联系技术支持。 |
400 | BMS.0605 | the BMS is locked. | 当前裸机被锁定。 | 请参考返回的Error Message,或者联系技术支持。 |

