RA.Utilities.Api
Version 10.0.5
✨ Improvements & Fixes
- Dynamic Error Mapping: Updated
ErrorResultResponseto utilize theResponseCodedirectly fromRaBaseException. This allows domain-level exceptions to dictate the HTTP status code returned by the API. - Observability: Enhanced the global exception fallback to log unhandled exception messages and stack traces to the error console, aiding in production debugging.
- Clarity: Added internal documentation to the central error dispatcher to explain the pattern-matching logic.