Skip to content

Treat additional HTTP error codes in client#3635

Merged
hmiguim merged 1 commit intodevelopmentfrom
claude/implement-todo-item-dg00x
Apr 20, 2026
Merged

Treat additional HTTP error codes in client#3635
hmiguim merged 1 commit intodevelopmentfrom
claude/implement-todo-item-dg00x

Conversation

@luis100
Copy link
Copy Markdown
Member

@luis100 luis100 commented Mar 26, 2026

No description provided.

…bleTreatment

Map 400 BAD_REQUEST (non-validation) to RequestNotValidException, 405
METHOD_NOT_ALLOWED to NotImplementedException, and 500 INTERNAL_SERVER_ERROR
to GenericException, matching the server-side RestResponseEntityExceptionHandler
mappings.

https://claude.ai/code/session_01XwoLNy3m4Uk4ktWk34cCwL
@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Mar 26, 2026
@luis100 luis100 changed the base branch from master to development March 27, 2026 10:14
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Mar 27, 2026
@luis100 luis100 changed the title Add httpcore dependency Treat additional HTTP error codes in client Mar 27, 2026
@hmiguim hmiguim merged commit 4e828a3 into development Apr 20, 2026
8 checks passed
@hmiguim hmiguim deleted the claude/implement-todo-item-dg00x branch April 20, 2026 08:07
hmiguim pushed a commit that referenced this pull request Apr 20, 2026
…bleTreatment (#3635)

Map 400 BAD_REQUEST (non-validation) to RequestNotValidException, 405
METHOD_NOT_ALLOWED to NotImplementedException, and 500 INTERNAL_SERVER_ERROR
to GenericException, matching the server-side RestResponseEntityExceptionHandler
mappings.

https://claude.ai/code/session_01XwoLNy3m4Uk4ktWk34cCwL

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants