Skip to content

Error taxonomy and upgrades#481

Merged
greatest0fallt1me merged 3 commits intoPredictify-org:masterfrom
JoaquinSkorg:feature/error-taxonomy
Mar 27, 2026
Merged

Error taxonomy and upgrades#481
greatest0fallt1me merged 3 commits intoPredictify-org:masterfrom
JoaquinSkorg:feature/error-taxonomy

Conversation

@JoaquinSkorg
Copy link
Copy Markdown
Contributor

@JoaquinSkorg JoaquinSkorg commented Mar 26, 2026

Closes #425


Named and added new errors in error.rs, and improved code logic in related files to ensure compatibility with these upgrades. Created the following files to upgrade code logic :

  • mod.rs — Wires test modules together for structured suite organization.
  • error_scenarios.rs — Regression tests for real-world error recovery workflows.
  • ERROR_HANDLING_ANALYSIS.md — Audits 45 error variants across 5 categories; flags 3 critical bare panics.
  • ERROR_PATH_MAPPING_FIXES.md — Replaces bare panic!() calls with typed error variants across all failure paths.
  • ERROR_TESTING_GUIDE.md — 476+ lines of tests covering error classification, recovery, messaging, and analytics.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 26, 2026

@JoaquinSkorg Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@greatest0fallt1me greatest0fallt1me merged commit 48bb053 into Predictify-org:master Mar 27, 2026
1 check failed
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.

Error taxonomy and client mapping

2 participants