fix: improve Msg91 error handling to extract API error messages#133
fix: improve Msg91 error handling to extract API error messages#133deepshekhardas wants to merge 2 commits into
Conversation
Greptile SummaryThis PR improves the error handling in the Msg91 SMS adapter so that when the API returns a non-200 response, the failure result now carries the actual error message extracted from the response body instead of the static string
Confidence Score: 5/5The change is self-contained to the error-reporting path and does not affect the successful delivery logic; safe to merge. The only new finding is a missed opportunity to surface transport-level error strings — a non-blocking quality gap that does not affect correctness of the success path or the overall delivery flow. Files Needing Attention: No files require special attention beyond the single changed file. Important Files Changed
Reviews (5): Last reviewed commit: "fix: guard Msg91 error extraction agains..." | Re-trigger Greptile |
|
Following up - Msg91 error handling fix. Let me know if changes needed. |
No description provided.