mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Add catchResponseArgsErrorPipe operator to transform HTTP errors into structured ResponseArgsError instances. This provides consistent error handling across data access services by automatically converting HttpErrorResponse objects with ResponseArgs payloads into typed ResponseArgsError instances. Changes include: - New catchResponseArgsErrorPipe operator for standardized error transformation - Enhanced DataAccessError with proper prototype chain setup - Integration in CatalougeSearchService for loyalty items search - Export operator from common data-access module This improves error consistency and debugging capabilities across the application by ensuring all API errors follow the same structure and typing. Refs: #5258