
# 错误码
#### 错误响应Body体格式说明
当接口调用出错时，会返回错误码及错误信息说明，错误响应的Body体格式如下所示。
```
{
  "error_code": "IEF.011002",
  "error_msg": "xxxxxxxxx"
}
```
其中，error_code表示错误码，error_msg表示错误描述信息。
#### 错误码说明
当您使用智能边缘平台的API时，如果遇到"APIGW"开头的错误码，请参见[API网关错误码](https://support.huaweicloud.com/devg-apisign/api-sign-errorcode.html)进行处理。
更多服务错误码请参见[API错误中心](https://apierrorcenter.developer.huaweicloud.com/apierrorcenter)。
| 状态码 | 错误码         | 错误信息                                                                                                                  | 描述                             | 处理措施                                                              |
|:---|:---|:---|:---|:---|
| 400 | IEF.011002  | The API is not registered.                                                                                            | API未注册                         | 确认请求的url是否拼写正确，如果确认使用正确，请联系技术支持工程师协助解决                            |
| 400 | IEF.011005  | Authentication failed.                                                                                                | 认证鉴权失败                         | 确认用租户的project_id获取token后重试。如果确认token正确，请联系技术支持工程师协助解决             |
| 400 | IEF.100004  | The request offset does not comply with specifications.                                                               | 请求offset不符合规范                  | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100005  | The request limit does not comply with specifications.                                                                | 请求limit不符合规范                   | 查看请求返回体的错误信息，请根据具体失败原因，修改参数值后重试。                                  |
| 400 | IEF.100009  | The attached volume does not meet specifications.                                                                     | 挂载卷不符合规范                       | 按照规范正确填写卷类型                                                       |
| 400 | IEF.100010  | The application version does not meet specifications.                                                                 | 应用版本不符合规范                      | 按照规范正确填写应用版本的版本名称                                                 |
| 400 | IEF.100011  | The application template name does not comply with the specifications.                                                | 应用模板命名不符合规范                    | 请按照规范正确填写应用模板名称后重试                                                |
| 400 | IEF.100012  | The resource name does not comply with the specifications.                                                            | 资源命名不符合规范                      | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100013  | The environment variable of the application version does not comply with the specifications.                          | 应用版本环境变量不符合规范                  | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100020  | The application icon storage URL does not meet specifications.                                                        | 应用图标存储url地址不符合规范               | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100021  | The description or remarks of the device binding node do not comply with the specifications.                          | 设备绑定节点，绑定关系描述或备注不符合规范          | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100040  | Invalid image path                                                                                                    | 镜像地址无效                         | 请填写正确的镜像地址后重试                                                     |
| 400 | IEF.100047  | The application template visualization parameter type is not supported.                                               | 应用模板可视化参数类型不支持                 | 按照规范正确填写，模板可见性属性值仅支持public/private/shared或不填                      |
| 400 | IEF.100057  | Device should not exist at the same time.                                                                             | 设备同时存在于添加和删除列表中                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.100058  | The device has been bound to a node.                                                                                  | 设备已经绑定节点                       | 先解绑设备上的节点，再执行删除设备操作                                               |
| 400 | IEF.100065  | The system subscription ID does not meet requirements.                                                                | 系统订阅ID不符合规范                    | 查看接口文档要求，按照规范正确填写消息主题后重试                                          |
| 400 | IEF.100067  | The node cannot be deleted because it has bound devices.                                                              | 节点存在绑定的设备，不允许删除                | 登录IEF控制台，进入节点管理页面，找到需要操作的节点，进入节点详情页，确认是否已绑定设备，解绑设备后，重新执行删除节点操作    |
| 400 | IEF.100100  | The request parameter is incorrect.                                                                                   | 请求参数存在错误                       | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100103  | Node group cert quota exceed.                                                                                         | 节点组证书资源超过配额上限                  | 请根据返回体中的错误详细原因，修改参数值，确保配额充足再重试。                                   |
| 400 | IEF.100112  | The configmap/secret of the mounted volume is incorrect.                                                              | 挂载卷的configmap/secret存在错误       | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100113  | The resource configuration of the application version does not comply with the specifications.                        | 应用版本资源配置不符合规范                  | 按照规范正确填写应用版本资源配置                                                  |
| 400 | IEF.100119  | The name of the application configuration item does not comply with the specifications.                               | 应用配置项命名不符合规范                   | 按照规范正确填写配置项命名                                                     |
| 400 | IEF.100120  | The key of the application configuration item does not comply with the specifications.                                | 应用配置项键不符合规范                    | 按照规范正确填写配置项数据key                                                  |
| 400 | IEF.100121  | The value of the application configuration item does not meet the specifications.                                     | 应用配置项值不符合规范                    | 按照规范正确填写配置项数据value                                                |
| 400 | IEF.100122  | The configuration data of the application configuration item does not comply with the specifications.                 | 应用配置项配置数据不符合规范                 | 按照规范正确填写配置项数据                                                     |
| 400 | IEF.100126  | Deployment quota exceeded limit.                                                                                      | 部署信息超过配额上限                     | 请根据返回体中的错误详细原因，修改参数值，确保配额充足再重试。                                   |
| 400 | IEF.100129  | Missing ID list.                                                                                                      | 设备绑定节点必须包含节点列表                 | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.100130  | Add device missing relation description.                                                                              | 添加节点参数缺失                       | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.100133  | The probe configuration of the application version does not meet specifications.                                      | 应用版本探针配置不符合规范                  | 按照规范正确填写探针属性，仅支持exec/http_get/tcp_socket_port三个属性                 |
| 400 | IEF.100136  | The node which the device binding is not running.                                                                     | 设备绑定的节点未运行，不允许变更               | 请确认节点正常运行后重试。                                                     |
| 400 | IEF.100139  | The number of twin of device must be lower 64.                                                                        | 单个设备的设备孪生属性信息不能多于64个           | 请根据返回体中的错误详细原因，修改参数值，确保配额充足再重试。                                   |
| 400 | IEF.100144  | Device is not allowed to bind node                                                                                    | 该类型设备无法绑定到节点                   | 请确认设备类型正确后重试。                                                     |
| 400 | IEF.100148  | The name of the application key does not comply with the specifications.                                              | 应用秘钥命名不符合规范                    | 按照规范正确填写密钥名称                                                      |
| 400 | IEF.100149  | The application key data is invalid.                                                                                  | 应用秘钥数据不符合无效                    | 按照规范正确填写密钥数据                                                      |
| 400 | IEF.100150  | The application key data type does not meet specifications.                                                           | 应用秘钥数据类型不符合规范                  | 按照规范正确填写密钥类型                                                      |
| 400 | IEF.100151  | The application key does not comply with the specifications.                                                          | 应用秘钥键不符合规范                     | 按照规范正确填写密钥键                                                       |
| 400 | IEF.100152  | The application key value does not meet specifications.                                                               | 应用秘钥值不符合规范                     | 按照规范正确填写密钥值                                                       |
| 400 | IEF.100155  | The key is in use and cannot be deleted.                                                                              | 秘钥在使用中，不允许删除                   | 先停止秘钥的使用，再执行删除秘钥的动作                                               |
| 400 | IEF.100159  | The application configuration item is in use and cannot be deleted.                                                   | 应用配置项在使用中，不允许删除                | 先停止配置项的使用，再执行删除配置项的动作                                             |
| 400 | IEF.100161  | The node is being updated. The application cannot be deleted.                                                         | 节点更新中，不允许删除应用                  | 先停止节点更新，再执行删除应用的动作                                                |
| 400 | IEF.100162  | The advanced configuration parameters of the application version do not comply with the specifications.               | 应用版本高级配置参数不符合规范                | 按照规范正确填写应用版本高级配置参数                                                |
| 400 | IEF.100163  | The node operation type is not supported.                                                                             | 节点操作类型不支持                      | 请指定正确的节点操作类型                                                      |
| 400 | IEF.100165  | The application key data includes at least one key-value pair.                                                        | 应用秘钥数据至少包括一个键值对                | 检查密钥数据是否存在密钥数据记录，至少存在一个秘钥记录                                       |
| 400 | IEF.100166  | The node version is too early. The node cannot be updated.                                                            | 节点版本过低，功能不支持                   | 建议升级节点到最新版本，可以在节点详情页确认节点版本，以及查看节点升级记录                             |
| 400 | IEF.100167  | The node version is too early.                                                                                        | 节点版本过低，功能不支持                   | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.100220  | Device twin and its property visitor is inconsistency                                                                 | 设备的静态属性信息和孪生属性配置不匹配            | 请检查设备的静态属性信息正确，修改参数值后重试。                                          |
| 400 | IEF.100238  | The twin is not allowed to change.                                                                                    | 设备的静态属性信息有误，不允许更改/删除           | 请检查设备的静态属性信息正确，修改参数值后重试。                                          |
| 400 | IEF.100241  | Node is offline, could not upgrade.                                                                                   | 节点已下线，无法更新                     | 请确认节点正常运行后重试。                                                     |
| 400 | IEF.100242  | Plugin version is not supported in such instance.                                                                     | 实例不支持该插件版本                     | 请确认插件和实例的版本匹配，使用正确的插件版本。                                          |
| 400 | IEF.100404  | The resource does not exist.                                                                                          | 资源不存在                          | 请确保请求资源参数的正确性，如果确认使用正确，请联系技术支持工程师协助解决                             |
| 400 | IEF.100406  | This API is not support in this IEF service instance.                                                                 | 专业版不支持该API                     | 专业版不支持该API，请在企业版中操作。                                              |
| 400 | IEF.100410  | Unmarshal failed.                                                                                                     | 解析参数出错                         | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.100412  | Failed to query K8S cluster resources.                                                                                | 查询k8s集群资源失败                    | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.100424  | Operation not authorized.                                                                                             | 未授权行为                          | 确认用请求头中的token正确后重试。如果确认token正确，请联系技术支持工程师协助解决。                    |
| 400 | IEF.100425  | Invalid status.                                                                                                       | 容器状态异常                         | 内部错误，请联系技术支持工程师协助解决。                                              |
| 400 | IEF.100506  | Create tag fail.                                                                                                      | 标签创建失败                         | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.101001  | \[Service Grid\] Failed to convert the structure.                                                                     | 【服务网格】转换结构体失败                  | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.101002  | \[Service Grid\] The service already exists.                                                                          | 【服务网格】服务已存在                    | 修改服务参数，或者删除已存在的无用服务后重试                                            |
| 400 | IEF.101003  | \[Service Grid\] The associated application does not exist.                                                           | 【服务网格】关联应用不存在                  | 确认关联应用是否存在，正确填写关联应用后重试                                            |
| 400 | IEF.101004  | \[Service Grid\] Failed to Create K8S Cluster Resources                                                               | 【服务网格】创建k8s集群资源失败              | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.101005  | \[Service Grid\] Failed to Delete K8S Cluster Resources                                                               | 【服务网格】删除k8s集群资源失败              | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.101006  | \[Service Grid\] Failed to Query K8S Cluster Resources                                                                | 【服务网格】查询k8s集群资源失败              | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.101007  | \[Service Grid\] Failed to Update K8S Cluster Resources                                                               | 【服务网格】更新k8s集群资源失败              | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.104003  | Bad Parameter.                                                                                                        | 参数校验出错                         | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 400 | IEF.104004  | The resource to be created already exists.                                                                            | 要创建的资源已经存在                     | 修改资源参数，或者删除已存在的无用资源后重试                                            |
| 400 | IEF.110074  | The specified application template cannot be found.                                                                   | 找不到指定的应用模板                     | 查看相应的应用模板是否存在，正确填写存在的应用模板后重试                                      |
| 400 | IEF.110076  | The specified app version cannot be found.                                                                            | 找不到指定的应用版本                     | 确认指定的应用版本是否存在，正确填写应用版本后重试                                         |
| 400 | IEF.110080  | Specified device not found                                                                                            | 指定的设备未找到                       | 确认指定的设备是否存在，正确填写设备后重试                                             |
| 400 | IEF.110081  | The specified device template is not found.                                                                           | 指定的设备模板未找到                     | 确认指定的设备模板是否存在，正确填写设备模板后重试                                         |
| 400 | IEF.120001  | Internal error                                                                                                        | 内部错误                           | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.300000  | Failed to obtain request parameters.                                                                                  | 获取请求参数失败                       | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300001  | The request parameter message endpoint does not meet the requirements.                                                | 请求参数消息端点不符合规范要求                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300002  | The name of the request parameter message endpoint does not comply with the specifications.                           | 请求参数消息端点命名不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300003  | The description of the request parameter message endpoint does not comply with the specifications.                    | 请求参数消息端点描述不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300004  | The request parameter message endpoint type is not supported.                                                         | 请求参数消息端点类型不支持                  | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300005  | The endpoint attribute of the request parameter does not comply with the specifications.                              | 请求参数消息端点属性不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300006  | The request parameter message endpoint already exists.                                                                | 请求参数消息端点已存在                    | 修改消息端点命名，或者在确定不影响业务的情况下，删除已存在的消息端点后重试                             |
| 400 | IEF.300007  | The specified message endpoint does not exist.                                                                        | 指定消息端点不存在                      | 确定指定的消息端点是否被删除，按照规范正确填写消息端点信息后重试                                  |
| 400 | IEF.300008  | The message endpoint is in use and cannot be deleted.                                                                 | 消息端点在使用中，不允许删除                 | 结束消息端点使用，或者等待消息端点使用结束后，再执行删除操作                                    |
| 400 | IEF.300009  | Message Endpoint Quota Insufficient                                                                                   | 消息端点配额不足                       | 请减少资源使用量，或者联系技术支持工程师扩大配额                                          |
| 400 | IEF.300101  | The request parameter message route does not comply with the specifications.                                          | 请求参数消息路由不符合规范                  | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300102  | The routing name of the request parameter does not comply with the specifications.                                    | 请求参数消息路由命名不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300103  | The message route description of the request parameter does not comply with the specifications.                       | 请求参数消息路由描述不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300104  | The source endpoint ID of the message route does not comply with the specifications.                                  | 消息路由源端点ID不符合规范                 | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300105  | The source endpoint resource of the message route does not meet the specifications.                                   | 消息路由源端点资源不符合规范                 | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300106  | The destination endpoint ID of the message route does not comply with the specifications.                             | 消息路由目的端点ID不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300107  | The destination endpoint resource of the message route does not meet the specifications.                              | 消息路由目的端点资源不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300108  | The specified message route already exists.                                                                           | 指定消息路由已存在                      | 修改消息路由命名，或者在确定不影响业务的情况下，删除已存在的消息路由后重试                             |
| 400 | IEF.300109  | The specified message route does not exist.                                                                           | 指定消息路由不存在                      | 确定指定的消息路由是否被删除，按照规范正确填写消息路由信息后重试                                  |
| 400 | IEF.300110  | Failed to obtain the message routing request action.                                                                  | 获取消息路由请求action失败               | 按照规范正确填写消息路由操作action后重试                                           |
| 400 | IEF.300111  | The message routing request action is not supported.                                                                  | 消息路由请求action不支持                | 按照规范正确填写消息路由操作action后重试                                           |
| 400 | IEF.300112  | The message route is being enabled and cannot be enabled. The message route is being disabled and cannot be disabled. | 消息路由已经在启用中，不允许启用；消息路由停用中，不允许停用 | 登录IEF控制台，在消息路由页面找到指定的路由，确定路由当前状态，根据当前业务执行操作，如果路由已经在启用中，就不用再执行启用操作 |
| 400 | IEF.300113  | Message routing quota is insufficient.                                                                                | 消息路由配额不足                       | 请减少资源使用量，或者联系技术支持工程师扩大配额                                          |
| 400 | IEF.300114  | The specified DIS channel does not exist.                                                                             | 指定dis通道不存在                     | 确定指定的dis通道是否被删除，按照规范正确填写dis通道信息后重试                                |
| 400 | IEF.300115  | Invalid DIS channel requested                                                                                         | 请求的dis通道无效                     | 确定指定的dis通道是否被删除，按照规范正确填写dis通道信息后重试                                |
| 400 | IEF.300116  | The requested servicebus path does not meet specifications.                                                           | 请求的servicebus路径不符合规范           | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300117  | The requested eventbus topic does not meet specifications.                                                            | 请求的eventbus Topic不符合规范         | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300118  | The requested eventbus topic already exists.                                                                          | 请求的eventbus Topic已存在           | 修改eventbus Topic，或者在确定不影响业务的情况下，删除已存在的eventbus Topic后重试           |
| 400 | IEF.300119  | The requested APIGW resource does not meet specifications.                                                            | 请求的apigw的resource不符合规范         | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300120  | The requested MQTT topic does not meet specifications.                                                                | 请求的MQTT的Topic不符合规范             | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300121  | Duplicate MQTT topic data.                                                                                            | 请求的MQTT的Topic数据重复              | 修改MQTT的Topic，或者在确定不影响业务的情况下，删除已存在的MQTT的Topic后重试                   |
| 400 | IEF.300122  | The REST path of the request parameter does not meet the specifications.                                              | 请求参数rest路径不符合规范                | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300123  | Duplicate REST path data in the request parameter.                                                                    | 请求参数rest路径数据重复                 | 修改rest路径或者在确定不影响业务的情况下，删除已存在的rest路径后重试                            |
| 400 | IEF.300124  | The request parameter device is faulty.                                                                               | 请求参数设备存在问题                     | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试                            |
| 400 | IEF.300125  | The requested device does not exist.                                                                                  | 请求指定设备不存在                      | 确定指定的设备是否被删除，按照规范正确填写设备信息后重试                                      |
| 400 | IEF.300126  | The requested edge node does not exist.                                                                               | 请求的指定边缘节点不存在                   | 确定指定的边缘节点是否被删除，按照规范正确填写边缘节点信息后重试                                  |
| 400 | IEF.300127  | The requested edge node conflicts.                                                                                    | 请求的边缘节点存在冲突                    | 修改边缘节点，或者在确定不影响业务的情况下，删除已存在的边缘节点后重试                               |
| 400 | IEF.300128  | When the request destination port type is tsdb, the projectID is empty.                                               | 请求目的端口类型为tsdb时，projectID为空     | 请填写正确的project_id后重试                                               |
| 400 | IEF.300129  | When the request destination port type is tsdb, projectID is invalid.                                                 | 请求目的端口类型为tsdb时，projectID无效     | 请填写正确的project_id后重试                                               |
| 400 | IEF.300130  | When the request destination port type is tsdb, domain_id is invalid.                                                 | 请求目的端口类型为tsdb时，domain_id无效     | 请填写正确的domain_id后重试                                                |
| 400 | IEF.300131  | The URL is invalid when the request destination port type is tsdb.                                                    | 请求目的端口类型为tsdb时，url无效           | 请填写正确的URL后重试                                                      |
| 400 | IEF.300132  | When the request destination port type is tsdb, the label is invalid.                                                 | 请求目的端口类型为tsdb时，标签无效            | 请填写正确的标签后重试                                                       |
| 400 | IEF.300133  | The requested edge node does not exist.                                                                               | 请求的边缘节点不存在                     | 确定指定的边缘节点是否被删除，按照规范正确填写边缘节点信息后重试                                  |
| 400 | IEF.300134  | When the request destination port type is tsdb, the resource does not meet the specifications.                        | 请求目的端口类型为tsdb时，资源不符合规范         | 请填写正确的资源后重试                                                       |
| 400 | IEF.300135  | The nodeId is empty or does not comply with the specifications.                                                       | nodeId为空或不符合规范                 | 请填写正确的nodeId后重试                                                   |
| 400 | IEF.300201  | The quota type is incorrect.                                                                                          | 配额类型错误                         | 根据返回的具体错误信息，或者对照接口文档，修改配额类型后重试                                    |
| 400 | IEF.310000  | The request does not contain a token.                                                                                 | 请求未带token                      | 确认请求header里带上正确的token                                             |
| 400 | IEF.310001  | Failed to obtain the token in the request.                                                                            | 获取请求中token失败                   | 确认填写正确token，或重新获取token。如果确认token正确，请联系技术支持工程师协助解决                 |
| 400 | IEF.310002  | The token has expired.                                                                                                | token已过期                       | 重新申请token                                                         |
| 400 | IEF.310003  | Failed to connect to the database.                                                                                    | 连接数据库失败                        | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.330000  | Failed to connect to the DIS service.                                                                                 | 连接dis服务失败                      | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.330001  | Failed to connect to the edgebroker.                                                                                  | 连接edgebroker失败                 | 内部错误，请联系技术支持工程师协助解决                                               |
| 400 | IEF.340000  | Failed to convert the token.                                                                                          | 转换token失败                      | 请确认使用了正确的token，或者请联系技术支持工程师协助解决                                   |
| 400 | IEF.340001  | Internal error                                                                                                        | 内部错误                           | 内部错误，请联系技术支持工程师协助解决                                               |
| 401 | IEF.0110010 | 项目未开通IEF服务                                                                                                            | 项目未开通IEF服务                     | 请使用请求中指定的项目，在IEF服务页面点击"同意授权"，开通服务                                 |
| 401 | IEF.100049  | ProjectID is not match this token.                                                                                    | ProjectID和token不匹配             | 确认用租户的project_id获取token后重试。如果确认token正确，请联系技术支持工程师协助解决。            |
| 401 | IEF.100050  | Invalid certificate.                                                                                                  | token鉴权失败                      | 确认用请求头中的token正确后重试。如果确认token正确，请联系技术支持工程师协助解决。                    |
| 401 | IEF.110001  | The auth token is not found.                                                                                          | token未找到                       | 确认用请求头中的token正确后重试。如果确认token正确，请联系技术支持工程师协助解决。                    |
| 401 | IEF.110002  | Bad token.                                                                                                            | token错误                        | 确认用请求头中的token正确后重试。如果确认token正确，请联系技术支持工程师协助解决。                    |
| 403 | IEF.100401  | No running node in group.                                                                                             | 节点组中没有正在运行的节点                  | 节点组中没有正在运行的节点，请启动节点后操作。                                           |
| 403 | IEF.130087  | Deployment is pending create.                                                                                         | Deployment正在创建中                | Deployment正在创建中，无法删除。                                             |
| 404 | IEF.100109  | Resource not found.                                                                                                   | 指定资源不存在                        | 指定资源不存在，请确认资源的状态正常后重试。                                            |
| 404 | IEF.100173  | Edge node not found.                                                                                                  | 节点列表为空                         | 请纳管节点后重试。                                                         |
| 404 | IEF.110085  | DeviceAccessConfig of devcice not found.                                                                              | 找不到设备配置信息                      | 设备配置缺失，请重新配置设备。                                                   |
| 409 | IEF.100117  | Deployment is being deleted.                                                                                          | Deployment正在删除中                | Deployment正在删除中，请勿重复删除。                                           |
| 409 | IEF.100172  | Node is not running.                                                                                                  | 节点未运行                          | 请确认节点正常运行后重试。                                                     |
| 409 | IEF.130085  | Duplicated key in tags.                                                                                               | 标签key重复                        | 根据返回的具体错误信息，或者对照接口文档，确认错误具体原因，修改参数值后重试。                           |
| 409 | IEF.130086  | Resource existed.                                                                                                     | 资源已存在                          | 请确认是否重复添加资源后重试。                                                   |
| 409 | IEF.130091  | Instance is existed do not allow to delete.                                                                           | 节点绑定了实例或Deployment，不允许删除       | 请清除节点绑定的实例或Deployment后重试。                                         |
| 500 | IEF.100411  | k8s client failed.                                                                                                    | 请求k8s集群失败                      | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100413  | Update k8s failed.                                                                                                    | 更新k8s集群资源失败                    | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100414  | Delete k8s failed.                                                                                                    | 删除k8s集群资源失败                    | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100415  | Create k8s failed.                                                                                                    | 创建k8s集群资源失败                    | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100417  | Failed to create ief instance.                                                                                        | 集群创建失败                         | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100418  | Failed to refresh token.                                                                                              | 刷新鉴权信息失败                       | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100419  | Failed to delete ief instance.                                                                                        | 集群删除失败                         | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100426  | Data struct error.                                                                                                    | 数据状态异常                         | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100427  | Internal error.                                                                                                       | 内部异常                           | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100428  | Operation error.                                                                                                      | 操作异常                           | 内部错误，请联系技术支持工程师协助解决。                                              |
| 500 | IEF.100429  | Operation error.                                                                                                      | 操作异常                           | 内部错误，请联系技术支持工程师协助解决。                                              |
   
