错误码说明
| http状态码 | 错误码 | 错误描述 | Error Message | 处理措施 | 
|---|---|---|---|---|
| 400 | EVS.0001 | URI中租户ID非法。 租户ID就是项目ID。 | invalid tenant id! | 使用合法的tenant id。 | 
| 400 | EVS.0002 | HTTP请求Header参数错误。 | invalid token! | 使用合法的token。 | 
| 403 | EVS.0003 | 租户传入的令牌(token)错误。 | invalid token roles! | 该帐户的权限集为空,请给帐户添加相应权限。 | 
| 400 | EVS.1001 | 更新云硬盘名称和描述的格式错误。 | null volume! | 输入正确的云硬盘名称和描述。 | 
| 400 | EVS.1002 | 云硬盘ID非法。 | invalid volume id! | 修改云硬盘ID格式。 | 
| 400 | EVS.1003 | 云硬盘名称格式错误。 | invalid volume name! | 输入正确格式的云硬盘名称。 | 
| 400 | EVS.1004 | 云硬盘描述格式错误。 | invalid volume description! | 输入正确格式的云硬盘描述。 | 
| 400 | EVS.1005 | 创建云硬盘的metadata大小超出最大限制。 | size of metadata is too large! | 检查元数据是否过大,必须小于1048576字节。 | 
| 400 | EVS.1006 | 从备份创建云硬盘的backup_id错误。 | invalid backup id! | 输入正确的备份ID。 | 
| 400 | EVS.1007 | 云硬盘名称和描述参数错误。 | volume name and description can not both be empty! | 输入正确的云硬盘名称和描述。 | 
| 400 | EVS.1008 | 创建云硬盘的请求格式错误。 | null createVolumeReq! | 输入正确的创建云硬盘的格式。 | 
| 400 | EVS.1009 | 创建云硬盘的body错误。 | invalid volumeForCreate! | 检查创建云硬盘的body体。 | 
| 400 | EVS.1010 | 创建云硬盘的size参数非法。 | invalid volume size! | 输入合法的size。 | 
| 400 | EVS.1011 | 扩容云硬盘的请求格式错误 | null extendVolumeReq! | 输入正确的扩容云硬盘的请求格式 | 
| 400 | EVS.1012 | 用户没有权限访问该云硬盘。 | temporary volume! | 临时云硬盘无法进行此操作,请勿操作。 | 
| 400 | EVS.1013 | 请求转换异常。 | request transforming failed! | 请检查请求体是否正确。 | 
| 400 | EVS.1014 | 云硬盘不满足扩容的条件。 | volume can not be extended! | 请检查云硬盘是否满足扩容条件。 | 
| 400 | EVS.1015 | 扩容云硬盘的新的容量错误。 | new volume Size must be greater than old Size! | 云硬盘的新的容量必须设置成比原有容量大。 | 
| 400 | EVS.1016 | 从数据源创建云硬盘时只能在镜像、快照、备份中选择一种。 | Invalid input received: May specify only one of imageRef, snapshot_id, backup_id! | 创建云硬盘选择一种数据源。 | 
| 400 | EVS.1018 | 类型转换错误,参数类型未知。 | Type conversion error , parameter type is unexpected | 参数转换失败,请检查输入参数是否正确。参数要求请参考《云硬盘接口参考》中对应API使用指导的参数说明。 | 
| 400 | EVS.1020 | 创建云硬盘类型错误。 | invalid volume type! | 输入合法的云硬盘类型。 | 
| 400 | EVS.1021 | 批量创建的云硬盘数量错误。 | the quantity of volume is invalid! | 输入合法的云硬盘数量。 | 
| 400 | EVS.1022 | 从备份创建云硬盘size参数错误。 | the size param is less than backup size! | 输入的云硬盘size要比备份size大。 | 
| 400 | EVS.1023 | 查询云硬盘的URL中limit参数错误。 | invalid filter limit! | 查询时,过滤条件limit最小值1,最大值1000,默认为1000,请修改。 | 
| 400 | EVS.1024 | 查询云硬盘的URL中marker参数错误。 | invalid filter marker! | 查询时,marker参数必须为UUID格式。 | 
| 400 | EVS.1025 | metadata解码异常。 | url encoding failed! | 请检查metadata参数是否正确。 | 
| 403 | EVS.1027 | 用户无权限执行对应操作。 | user role is not allowed for this action! | 请检查帐户是否具备相应权限,或者是否存在欠费、尚未实名认证、发生违规行为的情况。 | 
| 400 | EVS.1031 | 输入参数resources status非限定值。 | invalid resources status! | 请检查resources status是否正确。 | 
| 400 | EVS.1032 | 输入参数resources id不能为空。 | invalid resources ID! | 请检查resources id是否正确。 | 
| 400 | EVS.1033 | 查询用户配额失败。 | query quota failed! | 检查租户配额是否配置。 | 
| 400 | EVS.1034 | 用户云硬盘数量配额不足。 | volume count exceeded volume count quota! | 申请扩大云硬盘数量配额。 | 
| 400 | EVS.1036 | 创建云硬盘的availability_zone参数错误。 | invalid availability zone! | 输入合法的可用分区。 | 
| 400 | EVS.1039 | 输入参数sort_key错误。 | invalid sort_key! | 请检查sort_key是否正确。 | 
| 400 | EVS.1040 | 查询云硬盘URL中sort_dir的参数错误。 | invalid sort_dir! | 查询时,必须指定支持的排序方式,必须在["desc", "asc"]中选择。 | 
| 400 | EVS.1041 | 查询云硬盘URL中availability-zone的参数错误。 | invalid filter availablity-zone! | 检查请求中的可用区是否有效。 | 
| 400 | EVS.1042 | 用户云硬盘容量配额不足。 | volume gigabytes exceeded volume gigabytes quota! | 申请扩大云硬盘容量配额。 | 
| 400 | EVS.1043 | 从镜像创云硬盘或者从快照创云硬盘时,__system__encrypted,__system__cmkid,hw:passthrough,不支持这些字段。 | encrypt and cmk and passthrougth in metadata is not support when create volume from snapshot or image! | 请检查请求体是否正确。参考创建云硬盘metadata字段说明。 | 
| 400 | EVS.1044 | 该备份无法创建云硬盘。 | backup status must be available when create a volume from it! | 备份源不可用。 | 
| 400 | EVS.1045 | 查询备份的详细信息异常。 | backupDetail returned by FSP is null! | 检查备份是否存在,请联系客服。 | 
| 400 | EVS.1046 | 云硬盘的状态错误,无法删除。 | volume status must be available, error, error_extending, error_restoring, error_rollbacking when delete volume! | 具体原因请联系客服。 | 
| 400 | EVS.1047 | 快照的状态错误,无法删除。 | snapshot status must be available or error when delete snapshot! | 具体原因请联系客服。 | 
| 400 | EVS.1048 | 云硬盘的状态错误,无法扩容。 | volume status must be available when extend volume! | 请确认云硬盘状态,再进行扩容操作。 | 
| 400 | EVS.1049 | 从备份创建云硬盘时,备份所在的可用区域错误。 | available-zone is not equal to backup available-zone! | 云硬盘必须位于和备份相同的可用分区。 | 
| 400 | EVS.1051 | 不支持从备份批量创建云硬盘。 | can not batch create volume from backup! | 不支持从备份批量创建云硬盘。 | 
| 400 | EVS.1052 | 请求转换异常。 | invalid http body! | 请检查请求体是否正确。 | 
| 400 | EVS.1053 | 批量删除的云硬盘的数量太多。 | the size of volumes to be deleted is too large! | 请减少批量删除的云硬盘数量。 | 
| 400 | EVS.1054 | 输入参数shareable无效。 | invalid shareable parameter! | 请检查shareable参数是否正确。 | 
| 400 | EVS.1057 | 输入参数metadata中hw:passthrough无效。 | invalid hw:passthrough in metadata! | 请检查hw:passthrough参数是否正确。 | 
| 400 | EVS.1058 | metadata解码异常。 | invalid metadata filter! | 请检查metadata参数是否正确。 | 
| 400 | EVS.1063 | 创建云硬盘参数metadata中full_clone无效。 | invalid full_clone in metadata! | 请检查metadata中full_clone参数是否正确。 | 
| 400 | EVS.1064 | 云硬盘仅在可用或使用中状态时可扩容。 | volume status must be available or in-use when extending! | 当前云硬盘状态不支持扩容。 | 
| 400 | EVS.1065 | 共享云硬盘仅在可用状态可扩容。 | multiattach volume status must be available when extending! | 当前云硬盘为共享云硬盘,仅在可用状态可扩容。 | 
| 400 | EVS.1066 | 云服务器或者的状态不支持云硬盘在线扩容。 | status of ECS or BMS does not support volume online extension! | 请检查云服务器或者状态。 | 
| 400 | EVS.1070 | 请求转换异常。 | invalid request. | 请检查请求体是否正确。 | 
| 500 | EVS.2001 | 提交任务失败。 | submit job failed! | 具体原因请联系客服。 | 
| 500 | EVS.2002 | 系统暂时异常。 | internal error! | 具体原因请联系客服。 | 
| 500 | EVS.2005 | 连接异常。 | client exception! | 具体原因请联系客服。 | 
| 500 | EVS.2007 | 更新云硬盘metadata超时。 | update volume timeout! | 请重试或联系客服。 | 
| 500 | EVS.2010 | 为租户获取令牌失败。 | exchange token failed! | 确认用户权限。 | 
| 500 | EVS.2011 | 删除云硬盘metadata中订单信息超时。 | delete orderId and productId timeout! | 请重试或联系客服。 | 
| 500 | EVS.2013 | 升级权限失败。 | assume role error! | 具体原因请联系客服。 | 
| 500 | EVS.2014 | 升权异常。 | thread is interrupted when sleep! | 请重试或联系客服。 | 
| 500 | EVS.2019 | 快照的状态为error_deleting,无法删除。 | snapshot is error_deleting! | 具体原因请联系客服。 | 
| 500 | EVS.2020 | 云硬盘的状态为error_deleting,无法删除。 | volume is error_deleting! | 具体原因请联系客服。 | 
| 500 | EVS.2021 | 云硬盘为卸载失败状态。 | volume is error_detaching! | 请重试或联系客服。 | 
| 500 | EVS.2023 | 网络连接超时。 | ConnectException happened! | 请重试,如果不成功,请检查网络状态。 如果网络状态正常,则请联系客服。 | 
| 500 | EVS.2024 | 创建的云硬盘状态为error。 | volume is error! | 具体原因请联系客服。 | 
| 500 | EVS.2025 | 云硬盘的状态为error_restoring。 | volume is error_restoring! | 具体原因请联系客服。 | 
| 500 | EVS.2026 | 云硬盘扩容失败,状态为error_extending。 | volume is error_extending! | 具体原因请联系客服。 | 
| 500 | EVS.2029 | 子任务数量不匹配。 | The size of joIdList and resultList are mismatched! | 具体原因请联系客服。 | 
| 500 | EVS.2030 | 重新提交子任务异常。 | query context based on parent jobId exception! | 具体原因请联系客服。 | 
| 500 | EVS.2031 | 查询任务上下文异常。 | result queried from context is null! | 具体原因请联系客服。 | 
| 500 | EVS.2032 | 查询用户云硬盘数量配额异常。 | some volume count quota usage params are null! | 请重试或联系客服。 | 
| 500 | EVS.2033 | 查询用户云硬盘容量配额异常。 | some volume gigabytes quota usage params are null! | 请重试或联系客服。 | 
| 500 | EVS.2034 | token解析失败。 | domainId decoded from token is null or empty! | 请检查帐号信息是否正确。 | 
| 500 | EVS.2035 | token解析失败。 | domainName decoded from token is null or empty! | 请检查帐号信息是否正确。 | 
| 500 | EVS.2036 | token为空。 | the result of decode token is null! | 请检查帐号信息是否正确。 | 
| 400 | EVS.2043 | 快照状态为不可用。 | The status of snapshot is not available or backing-up. | 快照状态应为可用或备份中,请检查快照状态。 | 
| 404 | EVS.2044 | 检查kms失败。 | Failed to check the role of kms. | 请重试或联系客服。 | 
| 400 | EVS.2045 | 输入参数快照id无效。 | invalid snapshot_id! | 请检查输入参数snapshot_id是否正确。 | 
| 400 | EVS.2046 | 输入参数imageRef无效。 | invalid imageRef! | 请检查输入参数imageRef字段是否正确。 | 
| 400 | EVS.2047 | metadata字段不允许修改。 | the metadata Param is not allowed to be updated! | 请检查输入参数metadata字段是否正确。 | 
| 500 | EVS.2050 | 设置云硬盘QoS失败。 | set volume Qos failed! | 请检查输入参数云硬盘qos字段是否正确。 | 
| 400 | EVS.2052 | 订单id对应的job不唯一。 | the job result using order id to query is invalid! | 请重试或联系客服。 | 
| 400 | EVS.2053 | 输入参数availability_zone无效。 | The az information from request is invalid! | 请检查输入参数availability_zone信息是否正确。 | 
| 400 | EVS.2054 | 从快照创建云硬盘时,云硬盘availability_zone和快照availability_zone不一致。 | Cannot create volume from snapshot as the az is invalid! | 请检查输入参数availability_zone信息是否正确,从快照创建云硬盘时云硬盘availability_zone应与快照一致。 | 
| 400 | EVS.2068 | 锁定的资源无法操作。 | operation failed because of volume be locked | 资源不可操作,请先解除锁定。 | 
| 400 | EVS.2070 | 云硬盘类型不存在。 | VolumeTypes are not supported ! | 请重试或联系客服。 | 
| 400 | EVS.2071 | 当前availability_zone下该云硬盘类型已售罄。 | Invalid input received: Availability zone [%s] do not have volume type [%s] | 请重试或联系客服。 | 
| 400 | EVS.2072 | 当前可用分区AZ1内的SSD磁盘类型已售罄。 
        说明: 
        此处SSD和AZ1均为示例。磁盘类型和磁盘所在的可用分区会根据实际情况提示。 | Volume type [SSD] in availability zone [AZ1] is sold out ! | 请选用其他类型的磁盘或者联系客服。 | 
| 400 | EVS.2078 | 请求转换异常。 | checkQuotaCapacity request body is invalid. | 请检查请求体是否为空。 | 
| 400 | EVS.2083 | 请求参数availability_zone或云硬盘类型无效。 | AZ and volume type must not be empty or null! | 请检查输入参数az、volume type参数是否正确。 | 
| 400 | EVS.2084 | 请求参数云硬盘大小无效。 | resource size must greater than zero! | 请检查请求体中云硬盘大小字段是否正确。 | 
| 400 | EVS.2085 | 扩容云硬盘时,请求参数云硬盘ID无效。 | when operation type is SPEC_CHG, resource id must not be empty or null! | 请检查请求体中云硬盘ID字段是否正确。 | 
| 400 | EVS.2087 | 请求参数类型无效。 | retype failed. please make sure that type is supported and the new one is higher then origin | 请确认新类型比原类型要高。 | 
| 400 | EVS.2093 | 非EVS盘受限。 | operation failed because the volume is not EVS | 云硬盘非EVS云硬盘,不支持当前操作。 | 
| 400 | EVS.2094 | 系统盘镜像不能创共享盘。 | system image is not support to create Multiattach/shareable volume ! | 系统盘镜像不能创共享盘。 | 
| 400 | EVS.2096 | 快照创云硬盘,快照源云硬盘的类型与目标云硬盘类型不一致。 | Target volumeType[%s] is not matched with snapshot[%s] ! | 快照创建云硬盘时,源云硬盘和目标云硬盘类型需要一致。 | 
| 400 | EVS.2108 | 请求转换异常。 | Request body is invalid. | 请检查请求体是否正确。 | 
| 400 | EVS.2130 | 云硬盘备份过程中,快照处于backing-up状态,不允许删云硬盘。 | Volume is backing-up, forbidden deleting! | 等待云硬盘备份完成或联系客服。 | 
| 400 | EVS.2131 | 查询云服务器的详情失败。 | Query server info from ecs fail | 请重试或联系客服。 | 
| 400 | EVS.2134 | 挂载云硬盘失败。 | call ecs api - attach volume fail. | 请重试或联系客服。 | 
| 400 | EVS.2142 | 请求参数limit非法,不能大于1000 | invalid filter limit, can not greater than 1000. | 查询时,过滤条件limit最小值1,最大值1000,默认为1000,请修改。 | 
| 403 | EVS.2144 | 帐户被冻结导致权限不足。 | Your account is frozen and resources cannot be used. | 具体原因请联系客服。 | 
| 403 | EVS.2145 | 帐户被限制导致权限不足。 | Your account is suspended and resources cannot be used. | 具体原因请联系客服。 | 
| 400 | EVS.5400 | 请求错误,请求体参数和格式错误。 | Malformed request body. | 请检查请求体参数和格式是否正确。 | 
| 400 | EVS.5400 | 请求错误,请求URL参数和格式错误。 | Malformed request url. | 请检查url参数和格式是否正确。 | 
| 400 | EVS.5400 | 请求错误,请求体和URI不匹配。 | Request body and URI mismatch. | 请检查请求体和URI是否对应同一API。 | 
| 400 | EVS.5400 | 请求错误,镜像源不可用。 | Invalid imageRef provided. | 镜像源不可用,请更换镜像。 | 
| 400 | EVS.5400 | 请求错误,磁盘状态不可用。 | Must specify a valid status. | 磁盘状态不可用,请指定可用状态的磁盘。 | 
| 400 | EVS.5400 | 请求错误,offset参数需要为Integer类型。 | offset param must be an integer. | offset参数需要为Integer类型,请修改。 | 
| 400 | EVS.5400 | 请求错误,limit参数需要为Integer类型。 | limit param must be an integer. | limit参数需要为Integer类型,请修改。 | 
| 400 | EVS.5400 | 请求错误,limit参数需要为正数。 | limit param must be positive. | limit参数需要为正数,最小值1,最大值1000,默认为1000,请修改。 | 
| 401 | EVS.5401 | 未授权。 | Authentication required. | 需要授权后访问API。 | 
| 403 | EVS.5403 | 权限不足。 | Policy check failed. | 权限不足,请添加权限后重试。 | 
| 403 | EVS.5403 | 没有操作权限。 | metadata can not be operated. | metadata参数不可操作,属于禁用操作。 | 
| 404 | EVS.5404 | 磁盘、快照和备份等资源未找到。 | Resource(Volume, Snapshot, Backup .etc) cound not be found. | 磁盘、快照、备份等资源未找到,请检查资源是否可用。 | 
| 413 | EVS.5413 | 磁盘配额不足。 | Insufficient volume quota. | 磁盘配额不足,请检查磁盘容量和数量配额限制。 | 
| 500 | EVS.5500 | 服务器内部错误。 | Internal server error. | 请重试或联系客服。 | 
| 503 | EVS.5503 | 服务不可用。 | Service unavailable. | 请重试或联系客服。 | 
| 400 | Common.0011 | 租户ID错误。租户ID就是项目ID。 | query job fail. | 使用正确有权限的租户ID。租户ID就是项目ID。 | 
| 400 | Common.0011 | jobId为空。 | No jobs found. | 传递正确的jobID。 | 
| 400 | Common.0011 | 通过JobID查询JobVO错误。 | query job fail. | 确认jobId是否正确,如jobId正确则确认请求是否发到对应的EVS服务节点,如请求已发送,则联系客服定位原因;若请求未发送,请联系客服将请求发到对应的EVS服务节点。 | 
| 400 | Common.0013 | token过期或者token字符串不全,无法解析。 | Invalid token in the header. | 请重新获取token,并在使用时确保token字符串的完整性。 | 
| 400 | Common.0018 | URI中的项目ID和token中的项目ID不一致。 | Invalid token in the header | 请确保URI和token中的项目ID一致后重试。 | 
 
    