When API request fails, log message for better troubleshooting
未关闭
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 438
- 派生
- 117
- PR 合并指标
- 30 天内没有已合并 PR
描述
Just spent some time figuring out why my response body was null only to learn that the request was failing with a message `Overview option must be full for congestion`. We should add a field for message in the `DirectionsResponse` for example and if that message isn't null, throw a runtime exception or at least log it.
cc: @zugaldia
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 DirectionsResponse 模型开始,跟踪当前在响应体为 null 时如何处理 API 失败。确认失败请求中的 `message` 值应如何暴露,以及是否应记录日志或引发运行时异常。当诸如 `Overview option must be full for congestion` 之类的失败不再被静默处理时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100