fume-community icon indicating copy to clipboard operation
fume-community copied to clipboard

Implement standardized error handling with FumeError type

Open benny779 opened this issue 4 months ago • 0 comments

  • Add FumeError type extending JsonataError with standardized fields
  • Create createFumeError factory function for consistent error formatting
  • Export FumeError types and factory from types module
  • Update root controller to use createFumeError instead of inline error object
  • Update mapping controller to use createFumeError and proper error typing
  • Standardize error responses with 422 status code for processing errors

benny779 avatar Aug 24 '25 13:08 benny779