fix(a2a-nats): use -32602 invalid params across all server handlers - #353
Conversation
yordis
commented
Jun 19, 2026
- Sibling handlers carried the same misclassification PR feat(a2a-nats): add server push_set handler #352 fixed for push_set — a well-formed envelope with the wrong params shape is Invalid params (-32602), not Parse error (-32700). Backporting the split keeps the failure class consistent across the six remaining handlers.
Sibling handlers carried the same misclassification PR #352 fixed for push_set: a well-formed JSON envelope with the wrong params shape is Invalid params (-32602), not Parse error (-32700); landing the split across all six remaining handlers keeps the JSON-RPC failure class consistent. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
PR SummaryLow Risk Overview Invalid params ( Handlers updated: Reviewed by Cursor Bugbot for commit bfe1a40. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Warning Review limit reached
More reviews will be available in 17 minutes and 13 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Coverage SummaryDetailsDiff against mainResults for commit: bfe1a40 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Extracting publish_error into a helper surfaced two unreachable warn arms the coverage gate counted as new uncovered statements; keeping the publish step inline matches main's region accounting without changing behavior. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>