表格问答服务API返回数据
名称 | 类型 | 示例值 | 描述 |
RequestId | String | D85FE2F3-C75C-130C-9FCE-2BC502E2D210 | 唯一请求id,排查问题的依据 |
Data | String |
|
|
以上为表格问答服务返回数据详情,表格问答服务的API文档请点击链接跳转查看:表格问答(通用)
表格问答服务错误信息
调用过程中,表格问题服务返回的错误信息可对照下表,参考描述解决问题。
status | msg | 描述 |
400 | IdError, Error Miss parameter bot_id | bot_id未传 |
400 | QuestionError, Error Miss parameter question | question未传 |
400 | ServiceError, Service not configured bot info. | bot 配置不全 |
400 | TableError, Error Table not configured in this service or linking not find | 表格配置错误 |
400 | TableIdError The specified table cannot be queried | 指定表格查询错误 |
500 | InternalError, Error model internal error. | 模型连接错误 |
500 | InternalError, internal error msql to sql error. | sql对象转换错误 |
500 | InternalError, Error sql to execute sql error. | sql语句转换错误 |
500 | InternalError, Error internal error sql service error. | 未知错误 |