You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: deep harmonization of exception hierarchy, field names, and API surface
- Python: rename ApiException fields (status→code, reason→message,
body→response_body, headers→response_headers), remove legacy data field
- Python/Ruby: add response_headers parameter to all exception subclasses
and pass actual headers from base_api throw methods
- Java: reduce ApiException from 9 constructors to 3, pass response
headers (was null) in throwApiException, fix NullAway in DefaultApiClient
- PHP: align error message format to "API returned status code {code}",
fix responseHeaders doc type to array<string, string>, flatten headers
- Java/C#/PHP: standardize Configuration.server() parameter name to
serverConfig
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments