
# 错误码
| 状态码 | 错误码           | 错误信息                                                           | 描述               | 处理措施            |
|:---|:---|:---|:---|:---|
| 400 | DBSS.10000001 | Enter a valid request message                                  | 请求消息格式非法         | 检查参数            |
| 400 | DBSS.10020101 | Enter a valid request message                                  | 获取规格列表失败         | 检查参数            |
| 400 | DBSS.10020102 | Enter a valid request message                                  | 操作数据库失败          | 检查参数            |
| 400 | DBSS.10020118 | Failed to add database, exceeding the limit                    | 添加数据库失败,超出数量限制   | 删除不需要的数据库或购买新实例 |
| 400 | DBSS.10020140 | Illegal order ID                                               | 订单ID不符合要求        | 检查订单ID          |
| 400 | DBSS.10020021 | Invalid request parameter ID.                                  | 请求ID参数不合法        | 检查参数            |
| 400 | DBSS.10020130 | Failed to start DBSS instance.                                 | 启动DBSS实例失败       | 联系管理员           |
| 400 | DBSS.10020131 | Failed to stop DBSS instance.                                  | 关闭DBSS实例失败       | 联系管理员           |
| 400 | DBSS.10020132 | Restarting DBSS instance failed.                               | 重启DBSS实例失败       | 联系管理员           |
| 401 | DBSS.10020100 | Failed to authenticate the token in the request                | 请求所带的Token认证失败   | 检查token         |
| 404 | DBSS.10021004 | ECS can not found the request page                             | ECS服务器无法找到被请求页面  | 检查ecs路径配置       |
| 500 | DBSS.11000000 | Internal system exception. Contact technical support engineers | 系统内部异常，请联系技术支持人员 | 联系管理员           |
   
