Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changelog/90529.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pr: 90529
summary: Update the response format when detailed error information is disabled
area: Infra/Core
type: breaking
issues:
- 89387
breaking:
title: Update the response format when detailed error information is disabled
area: REST API
details: |
Previously, if `http.detailed_errors.enabled` was set to `false`, error responses would
lack `type` and `reason` fields. Now, errors will always have these fields,
regardless of the `detailed_errors` setting.
impact: |
If using `http.detailed_errors.enabled: false`, ensure that anything
interacting with the REST API will be able to handle the added presence of
`type` and `reason` fields for errors.
notable: false