Closed
Description
See #21491 for a full list of removed/inconsistent error codes (h/t to @ChALkeR for the investigation). There could be more though
Actions requested
- Add a new section in
doc/api/errors.md
documenting the removed error codes - Add change logs for those codes (releases in which they initially appeared and got removed). This requires a bit more archeology.
- To find out when a code got added, look into the git blame of
doc/api/errors.md
(before it got removed) and identify the commit where it was added (GitHub's commit UI will show the tags where the commit appears so it shouldn't be too hard). - To find out when a code got added, see doc: remove 2 unused error codes from errors.md #21491
- To find out when a code got added, look into the git blame of