Uses of Record Class
com.dani.bff.error.ApiError
Packages that use ApiError
-
Uses of ApiError in com.dani.bff.error
Methods in com.dani.bff.error that return ApiErrorModifier and TypeMethodDescriptionstatic ApiErrorCreates an API error with the current timestamp.Methods in com.dani.bff.error that return types with arguments of type ApiErrorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApiError> GlobalErrorHandler.handleDownstreamFailure(DownstreamServiceException exception, org.springframework.web.server.ServerWebExchange exchange) Handles downstream failures that escape resilience fallbacks.org.springframework.http.ResponseEntity<ApiError> GlobalErrorHandler.handleResponseStatus(org.springframework.web.server.ResponseStatusException exception, org.springframework.web.server.ServerWebExchange exchange) org.springframework.http.ResponseEntity<ApiError> GlobalErrorHandler.handleUnexpected(Exception exception, org.springframework.web.server.ServerWebExchange exchange)