本文介绍调用存储迁移服务 API 时涉及的公共错误码信息,平台错误码请参见公共错误码。
错误码 | HTTP 状态码 | 错误信息 | 描述 |
---|---|---|---|
InvalidParameter | 400 | Invalid Parameter. | 参数异常。 |
InvalidTaskName | 400 | Task name must contain 3-32 letters, numbers, and dash (-), and cannot start or end with dash (-). | 任务名称无效。 |
TaskNotFound | 404 | TaskNotFound | 任务不存在。 |
CreateDataMigrateTaskTimeout | 408 | Wait creating task timeout. | 创建任务超时。 |
TaskNameExists | 409 | Task name already exists, please select another task name. | 任务名称已存在,请选择其他任务名称。 |
CommonInner | 500 | This feature is currently unavailable. | 当前功能不可用。 |
InnerDBAccessErr | 500 | Access DB failed. | 内部错误。 |