Skip to content

fix: Use correct errors when rejecting messages to terminal tasks - #1207

Open
lkk7 wants to merge 1 commit into
a2aproject:mainfrom
lkk7:fix-wrong-error
Open

fix: Use correct errors when rejecting messages to terminal tasks#1207
lkk7 wants to merge 1 commit into
a2aproject:mainfrom
lkk7:fix-wrong-error

Conversation

@lkk7

@lkk7 lkk7 commented Aug 25, 2026

Copy link
Copy Markdown

Fixes #1205.


  • Follow the CONTRIBUTING Guide.
  • Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
    • Important Prefixes for release-please:
      • fix: which represents bug fixes, and correlates to a SemVer patch.
      • feat: represents a new feature, and correlates to a SemVer minor.
      • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
  • Ensure the tests and linter pass (Run bash scripts/format.sh from the repository root to format)
  • Appropriate docs were updated (if necessary)

@lkk7
lkk7 requested a review from a team as a code owner August 25, 2026 15:18
@github-actions

Copy link
Copy Markdown

🧪 Code Coverage (vs main)

⬇️ Download Full Report

Base PR Delta
src/a2a/server/request_handlers/default_request_handler_v2.py 94.25% 94.35% 🟢 +0.10%
Total 93.12% 93.12% ⚪️ 0.00%

Generated by coverage-comment.yml

@lkk7 lkk7 changed the title fix: reject messages to terminal tasks fix: wrong errors while rejecting messages to terminal tasks Aug 25, 2026
@lkk7 lkk7 changed the title fix: wrong errors while rejecting messages to terminal tasks fix: Use correct errors when rejecting messages to terminal tasks Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Wrong error when sending a message for a terminal task

1 participant