数据集成API错误码
状态码 | 错误码 | 错误信息 | 描述 | 处理措施 |
|---|---|---|---|---|
400 | FDI.3002 | Invalid parameters. | 存在非法参数。 | 参考API文档修改非法参数。 |
400 | FDI.3016 | Failed to test the connectivity. | 测试连通性失败。 | 检查数据源配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3019 | Failed to stop the real-time task. | 停止实时任务失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3020 | Failed to stop the scheduled task. | 停止定时任务失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3021 | One or more tasks do not exist. | 一个或多个任务不存在。 | 检查任务是否存在。 |
400 | FDI.3022 | One or more tasks have empty task IDs. | 一个或多个任务具有空的任务ID。 | 确认task_id是否存在。 |
400 | FDI.3023 | One or more tasks are running. | 一个或多个任务正在运行。 | 确认是否有任务正在运行。 |
400 | FDI.3026 | Failed to manually start the task. | 手动启动任务失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3027 | Failed to manually stop the task. | 手动停止任务失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3028 | Failed to delete the task. | 删除任务失败。 | 请稍后重试,或者联系技术工程师处理。 |
400 | FDI.3033 | Invalid parameter [%s]. | 参数【%s】无效。 | 参考API文档修改参数。 |
400 | FDI.3035 | Invalid SQL statement. | 无效的SQL语句。 | 检查SQL语句是否正确。 |
400 | FDI.3037 | The parameter in mapping information is invalid or does not match the task. | 映射信息中的参数不合法或与任务不匹配。 | 检查映射信息中的参数。 |
400 | FDI.3039 | The project ID is empty or does not match the project ID in the URL. | 项目ID为空或与URL中的项目ID不匹配。 | 检查项目ID。 |
400 | FDI.3043 | The data source IP address is not in the valid network segment. | 数据源IP不在有效网段内。 | 检查task_id参数是否正确,修改task_id后重。 |
400 | FDI.3048 | Invalid pagination parameters. | 分页参数不合法。 | 请参考API接口文档修改limit和offset参数。 |
400 | FDI.3049 | The parameter used for sorting is invalid. | 排序参数不合法。 | 请参考API接口文档修改排序参数。 |
400 | FDI.3050 | The running status is invalid. | execute_status参数非法。 | 按照API规范修改execute_status参数。 |
400 | FDI.3051 | The length of an SQL statement cannot exceed 20000 characters. | SQL语句长度不能超过20000个字符。 | 检查SQL语句是否长度超出限制。 |
400 | FDI.3057 | The instance quota exceeds the upper limit. | 实例配额超过上限。 | 检查实例配额。 |
400 | FDI.3058 | The task name already exists. | 任务名称已存在。 | 修改重复任务名。 |
400 | FDI.3059 | The data source does not support the real-time integration mode. | 数据源不支持实时集成模式。 | 检查数据源配置。 |
400 | FDI.3060 | The data source does not support the scheduled integration mode. | 数据源不支持定时集成模式。 | 检查数据源配置。 |
400 | FDI.3063 | The parameter for setting the compensation period is invalid. | 时间补偿值参数非法。 | 检查api的时间补偿值参数。 |
400 | FDI.3064 | The parameter for setting the incremental migration category is invalid. | 增量迁移类别参数不合法。 | 检查api的增量迁移类别。 |
400 | FDI.3065 | The start time field and end time field must be specified. | 开始时间字段和结束时间字段不能为空。 | 检查开始时间字段和结束时间字段是否为空。 |
400 | FDI.3066 | The parameter for setting the time format is invalid. | 时间格式参数无效。 | 检查时间格式。 |
400 | FDI.3067 | The parameter for setting the time interval is invalid. | 时间间隔参数无效。 | 检查时间间隔参数。 |
400 | FDI.3069 | The parameter for setting the right periodic boundary is invalid. | 周期右边界参数无效。 | 检查周期右边界参数是否正确。 |
400 | FDI.3070 | The parameter for setting the right periodic boundary is invalid. | 周期右边界参数无效。 | 检查周期右边界参数是否正确。 |
400 | FDI.3071 | The SQL statement of incremental migration does not contain "${{begin}}" and "${{end}}". | 增量迁移的SQL语句中不包含“${{begin}}”和“${{end}}”。 | 检查增量迁移的SQL语句。 |
400 | FDI.3073 | The SQL statement is empty. | SQL语句为空。 | 检查SQL语句。 |
400 | FDI.3074 | The SQL statement in a non-incremental migration task cannot contain "${{begin}}" and "${{end}}". | 非增量迁移任务的SQL语句中不能包含${{begin}}和${{end}}。 | 检查非增量迁移的SQL语句。 |
400 | FDI.3083 | One or more scheduled tasks are not configured with scheduled plans. | 一个或多个定时任务没有调度计划。 | 检查任务是否有调度计划。 |
400 | FDI.3104 | Invalid data source. | 数据源不合法。 | 检查数据源配置是否有问题,或联系技术工程师处理。 |
400 | FDI.3137 | The number of tasks on the source instance exceeds the upper limit. | 源实例任务数超过上限。 | 检查任务配额。 |
400 | FDI.3138 | The number of tasks on the destination instance exceeds the upper limit. | 目标实例任务数超过上限。 | 检查任务配额。 |
400 | FDI.3139 | The task is running. | 任务已经启动,无法再次启动。 | 检查任务状态,任务停止后重试。 |
400 | FDI.3140 | Non-running instance is not allowed to create or update tasks. | 非运行实例不允许创建或更新任务。 | 检查实例运行状态。 |
400 | FDI.3141 | The instance ID is empty. | 实例ID为空。 | 检查实例ID是否为空。 |
400 | FDI.3142 | The description length cannot exceed 1024. | 描述长度不能超过1024。 | 减少描述字段长度。 |
400 | FDI.3144 | The integration mode can only be Scheduled or Real-Time. | 集成方式只能是Scheduled和Real-Time。 | 检查集成方式字段。 |
400 | FDI.3145 | The mapping information is empty or invalid. | 映射信息为空或无效。 | 检查映射信息字段。 |
400 | FDI.3146 | The source information or destination information is empty. | 源信息或目的信息为空。 | 检查源端或者目标端是否为空。 |
400 | FDI.3147 | The data source does not exist. | 数据源不存在。 | 检查数据源是否存在。 |
400 | FDI.3148 | The destination instance does not match the source instance. | 目的实例与源实例不匹配。 | 检查源端或者目标端实例是否匹配。 |
400 | FDI.3149 | The task ID is empty. | 任务ID为空。 | 填写任务ID。 |
400 | FDI.3150 | The task list is empty. | 任务列表为空。 | 检查任务ID是否正确。 |
400 | FDI.3157 | The task name must contain 3 to 100 characters and start with a letter or digit. It can consist of only letters, digits, periods .), and underscores _), and strikethrough -). | 任务名称必须以字母或数字开头,长度为3~100个字符。只能由字母、数字、“。”、下划线_)和删除线-)组成。 | 检查任务名称是否符合规则。 |
400 | FDI.3160 | The source and destination instances must be the same. | 源实例和目的实例必须相同。 | 检查源端 或者目标端实例是否相同。 |
400 | FDI.3161 | The action must be start or stop. | 动作必须是start或stop。 | 检查action字段。 |
400 | FDI.3165 | The task cannot be empty. | 任务不能为空。 | 检查任务ID。 |
400 | FDI.3166 | The task details cannot be empty. | 任务详情不能为空。 | 检查任务detail参数。 |
400 | FDI.3173 | The data source ID is empty. | 数据源ID为空。 | 检查数据源ID。 |
400 | FDI.3174 | The instance ID is empty. | 实例ID为空。 | 检查实例ID。 |
400 | FDI.3179 | This instance does not exist. | 该实例不存在。 | 检查实例ID。 |
400 | FDI.3183 | The scheduled task that is running cannot be stopped manually. | 不能手动停止正在运行的定时任务。 | 等待任务运行结束。 |
400 | FDI.3435 | The appId is invalid or can not find apps by this instance id. | appId不合法或根据实例Id找不到应用。 | 检查应用ID。 |
400 | FDI.3437 | The connector ID cannot be empty. | connector ID不能为空。 | 检查连接器ID。 |
400 | FDI.3442 | The description exceeds maximum length. | 描述超过最大长度。 | 减少描述信息长度。 |
400 | FDI.3443 | Invalid data source type. | 数据源类型非法。 | 检查数据源类型。 |
400 | FDI.3447 | Incorrect content. | 内容错误。 | 检查content参数。 |
400 | FDI.3448 | The connector instance ID is empty. | connector实例ID为空。 | 检查连接器实例ID。 |
400 | FDI.3449 | The connector instance ID is incorrect. | connector实例ID错误。 | 检查连接器实例ID。 |
400 | FDI.3451 | The connector ID is not required for non-connectors. | 非连接器不需要连接器ID。 | 删除连接器实例ID。 |
400 | FDI.3467 | The task quota in this project is insufficient. | 此项目下的任务配额不足。 | 检查该项目下的任务配额。 |
400 | FDI.3478 | You do not have permission to perform operations on this application. | 您没有权限操作该应用。 | 检查是否有权限。 |
400 | FDI.3549 | The task cannot be started because the topic used by an instance is being deleted. | 实例使用的topic正在删除中,不能启动任务。 | 等待删除成功后再启动任务。 |
400 | FDI.3557 | The task tag is illegal. | 任务标签非法。 | 检查任务标签。 |
404 | FDI.3081 | The task does not exist. | task_id对应的任务记录不存在。 | 确认task_id是否有效,修改task_id参数后重试。 |
404 | FDI.3101 | The datasource does not exist. | 数据源不存在。 | 检查数据源是否存在。 |
404 | FDI.3108 | Task details do not exist. | 任务详情不存在。 | 检查任务details参数。 |
404 | FDI.3109 | This task does not exist. | 该任务不存在。 | 检查任务id是否正确。 |
404 | FDI.3180 | This task is not in the project. | 操作的task不属于当前项目。 | 检查task_id参数是否正确,修改task_id后重试。 |
404 | FDI.3427 | The specified connector is not found. | 找不到指定的连接器。 | 检查指定连接器是否存在。 |
429 | FDI.1007 | The number of requests exceeds the upper limit. | 并发请求数量超过上限。 | 请稍后重试,或者联系技术工程师处理。 |
500 | FDI.3017 | Failed to start the real-time task. | 启动实时任务失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
500 | FDI.3018 | Failed to start the scheduled task. | 定时任务启动失败。 | 检查任务配置是否有问题,或联系技术工程师处理。 |
500 | FDI.3030 | The task is started. | 任务在执行中,不允许进行操作。 | 等待当前任务结束后再操作。 |
500 | FDI.3121 | Failed to delete the data source. | 删除数据源失败。 | 检查是否有关联的任务。 |
500 | FDI.9999 | Network error. | FDI内部错误。 | 检查任务配置是否有问题,或联系技术工程师处理。 |

