size reduction: deduplicate error mappings #4025
Labels
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
WIP
Milestone
We have an opportunity to reduce the size of the projected SDKs, especially in the context of Microsoft Graph.
For a lot of APIs, the schema for the error responses, is the same across the error codes:
Right now we project both those cases to two entries (4XX and 5XX), while it works it's wasteful.
This will require updating the request adapter implementations first to account for that special status code across languages.
The text was updated successfully, but these errors were encountered: