File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ pr : 90529
2+ summary : Update the response format when detailed error information is disabled
3+ area : Infra/Core
4+ type : breaking
5+ issues :
6+ - 89387
7+ breaking :
8+ title : Update the response format when detailed error information is disabled
9+ area : REST API
10+ details : |
11+ Previously, if `http.detailed_errors.enabled` was set to `false`, error responses would
12+ lack `type` and `reason` fields. Now, errors will always have these fields,
13+ regardless of the `detailed_errors` setting.
14+ impact : |
15+ If using `http.detailed_errors.enabled: false`, ensure that anything
16+ interacting with the REST API will be able to handle the added presence of
17+ `type` and `reason` fields for errors.
18+ notable : false
You can’t perform that action at this time.
0 commit comments