数据湖构建 - 错误码
HTTP 状态码 | 错误码 | 错误信息 | 描述 | 操作 |
---|---|---|---|---|
400 | Failed to run the blueprint instance. | 运行工作流出错。 | 诊断 | |
400 | The operation is not supported. | 不支持的操作 | 诊断 | |
400 | The object is invalid. The issue is due to one of the following. Incomplete partition name/invalid partition column/invalid skew column/storage descriptor cannot be null/invalid table columns/invalid object name/cannot find database or table. | 入参校验不通过,请根据错误信息检查入参名称和数量是否正确,并确认相应的格式和长度是否符合要求。同时需要确认入参对应的元数据库/表等对象是存在的。 | 诊断 | |
400 | The specified parameter is invalid. | 输入错误,请检查输入数据。 | 诊断 | |
400 | You must specify the parameter. | 参数为空 | 诊断 | |
400 | Query cluster is not ready. Please try again later. | 查询集群资源正在准备中,请稍后重试 | 诊断 | |
400 | The page number limit is exceeded. Please export to get more data. | 翻页数超过限制,更多数据请通过导出或者查询结果表 | 诊断 | |
400 | Query result cache expired. Please export results in history query. | 页面结果已过期,请在运行历史中导出结果查看 | 诊断 | |
400 | The temp database does not exist. Please configure OSS path first. | 您还没有设置查询结果路径,请先配置 | 诊断 | |
400 | The blueprint instance does not exist. | 入湖模板实例不存在 | 诊断 | |
400 | The workflow does not exist. | 工作流实例不存在。 | 诊断 | |
403 | The operation is invalid. Scenario 1: Corresponding Table or Database does not exist. Scenario 2: Unable to access old location. The new location of the table is on a different file system than the old location. Scenario 3: The name of table or partition already exists when you rename. | 操作无效,通常出现在更新或删除操作时找不到相关数据或者存在冲突,例如元数据库/表不存在、重命名存在冲突、location错误等。请根据错误提示,检查相关配置是否正确。 | 诊断 | |
403 | You are not authorized to perform the operation. Please use RAM to authorize the operation. | 没有操作的权限,请使用RAM授权。 | 诊断 | |
404 | Cannot find corresponding object. Scenario 1: Column stats does not exist. Scenario 2: Database does not exist. Scenario 3: Function does not exist. Scenario 4: Partition does not exist. Scenario 5: Table does not exist. | 相关对象不存在,无法执行相应操作,例如元数据库不存在、元数据表不存在、元数据表分区不存在、元数据表分区的统计信息不存在等。请确认输入的相关ID正确,注意大小写和符号。 | 诊断 | |
404 | Unable to ${action} database. | 找不到对应的元数据库,无法执行相应的操作。请检查名称等参数是否正确,请注意确认大小写。 | 诊断 | |
404 | Unable to ${action} partition. | 找不到对应的元数据表分区,无法执行相应的操作。请检查分区数量和名称是否正确,分区是否已经存在。 | 诊断 | |
404 | ${tableName} does not exist. | 找不到对应的元数据表,请检查名称等参数是否正确,请注意确认大小写。 | 诊断 | |
409 | Database, table, partition or function already exists. | 相同名称的对象已经存在,例如元数据库、元数据表、分区、函数等,请勿重复添加。 | 诊断 | |
413 | Request Entity Too Large. | 请求体过大,例如请求参数过多、参数值过长等 | 诊断 | |
500 | An internal error occurred. | 其他未知异常,请根据具体错误信息解决 | 诊断 |