数据开发API错误码
错误响应消息格式如下:
{
"error_code":"DLF.0100",
"error_msg":"The job not found"
}
错误码如表1所示。
状态码 | 错误码 | 错误信息 | 描述 | 处理措施 |
|---|---|---|---|---|
400 | DLF.0100 | The job does not exist. | 作业不存在。 | 请检查作业是否存在。 |
400 | DLF.0101 | The job quota has reached the upper limit. | 作业配额已达上限。 | 请申请作业配额。 |
400 | DLF.0102 | The job name has been used by another job. | 作业名称已经被其他作业占用。 | 请检查作业是否被占用。 |
400 | DLF.0136 | This API can be called only for batch jobs. | 只有批作业才支持这个接口调用。 | 请检查接口调用作业。 |
400 | DLF.0137 | The job instance does not exist. | 作业实例不存在。 | 请检查作业实例是否存在。 |
400 | DLF.0201 | The script fails to be created. | 创建脚本失败。 | 请检查脚本。 |
400 | DLF.0202 | The script name has been used by another script. | 脚本名称已经被其他脚本占用。 | 请检查脚本名称是否被占用。 |
400 | DLF.0203 | The script fails to be modified. | 修改脚本失败。 | 请检查脚本。 |
400 | DLF.0802 | The specified parameter is not configured. | 指定的参数没有配置。 | 请检查参数。 |
400 | DLF.0803 | The OBS path is invalid. | OBS路径不合法。 | 请检查OBS路径。 |
400 | DLF.0810 | The queried task does not exist. | 查询的系统任务不存在。 | 请检查系统任务。 |
400 | DLF.0815 | The OBS file fails to be accessed. | 读取OBS文件失败。 | 请检查OBS文件。 |
400 | DLF.1006 | The job node is empty. | 作业的节点为空。 | 请检查节点。 |
400 | DLF.1242 | The OBS bucket does not exist. | OBS桶不存在。 | 请检查OBS桶。 |
400 | DLF.2014 | The job object type is invalid. | 作业类型不合法。 | 请检查作业类型。 |
400 | DLF.3004 | The job name cannot be left blank. | 作业名称不能为空。 | 请检查作业名称。 |
400 | DLF.3018 | The job name is invalid. | 作业名称不合法。 | 请检查作业名称。 |
400 | DLF.3025 | The job scheduling parameter is invalid. | 作业的调度参数不合法。 | 请检查调度参数。 |
400 | DLF.3050 | The job description is invalid. | 作业的描述不合法。 | 请检查作业的描述。 |
400 | DLF.6201 | The script does not exist. | 脚本不存在。 | 请检查脚本。 |
400 | DLF.6205 | The script execution instance does not exist. | 脚本的执行实例不存在。 | 请检查脚本的执行实例。 |
400 | DLF.6241 | The resource to be queried does not exist. | 查询的资源不存在。 | 请检查资源是否存在。 |
400 | DLF.6247 | The script type is not specified. | 脚本类型没有指定。 | 请检查脚本类型。 |
400 | DLF.6253 | The script quota has reached the upper limit. | 脚本配额已达上限。 | 请申请脚本配额。 |
400 | DLF.6258 | The directory contains data that cannot be deleted. | 目录下有数据无法删除。 | 请先删除目录下数据。 |
400 | DLF.6259 | A resource with the same name already exists in the directory. | 目录下已经存在同名的资源。 | 请检查目录下是否存在同名的资源。 |
400 | DLF.6263 | The resource type is invalid. | 资源类型不合法。 | 请检查资源类型。 |
400 | DLF.6264 | The OBS path of the resource file is invalid. | 资源文件所在的OBS路径不合法。 | 请检查OBS路径。 |
400 | DLF.6265 | The resource description is invalid. | 资源描述不合法。 | 请检查资源描述。 |
400 | DLF.6271 | Each user can create only one DLI connection. | 每个用户只能创建一个DLI连接。 | 请检查DLI连接。 |
400 | DLF.6309 | The connection name has been used by another connection. | 连接名称已经在其他连接占用。 | 请检查连接名称是否被其他连接占用。 |
400 | DLF.6322 | The data connection does not exist. | 数据连接不存在。 | 请检查数据连接。 |
400 | DLF.6323 | The connection type cannot be modified. | 连接类型不允许修改。 | 请检查连接类型。 |
400 | DLF.6416 | The cluster has been occupied by another connection. | 集群已经被其他连接占用了。 | 请检查集群。 |
400 | DLF.6418 | Either the DWS cluster name or the access address and port number of the cluster must be configured. | 配置DWS集群名或者集群的访问地址、端口,两者二选一,不能都为空。 | 请检查集群DWS集群名或者集群的访问地址、端口。 |
400 | DLF.6423 | An exception occurs when the agent is creating a job. | 创建Agent作业异常。 | 请稍后重试,或者检查Agent状态是否正常。 |
400 | DLF.6888 | Invalid account permissions. | 账户权限不合法。 | 请检查账户权限。 |
400 | DLF.21123 | The single node job type cannot be empty. | 单节点作业类型不能为空。 | 选择单节点作业类型。 |

