You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove legacy error handling code and implement new structured error handling
- Deleted old error handler implementations from Express and H3 drivers.
- Introduced a new error handling module in the common package to standardize error responses.
- Updated Express and H3 drivers to use the new error handling logic.
- Added logging for unhandled errors and structured error payloads.
- Updated tests to cover new error handling behavior and ensure compatibility.
0 commit comments