Uses of Record Class
com.endurancetrio.business.common.dto.ErrorDTO
Packages that use ErrorDTO
-
Uses of ErrorDTO in com.endurancetrio.app.common.utils
Method parameters in com.endurancetrio.app.common.utils with type arguments of type ErrorDTOModifier and TypeMethodDescriptionstatic org.springframework.web.servlet.ModelAndViewErrorPageUtils.buildErrorModelAndView(@NonNull org.springframework.http.HttpStatus status, @NonNull String message, List<ErrorDTO> errors, @NonNull jakarta.servlet.http.HttpServletRequest request, @NonNull MessageService messageService, @NonNull AppProperties appProperties) Builds a completeModelAndViewfor an error page. -
Uses of ErrorDTO in com.endurancetrio.business.common.exception
Methods in com.endurancetrio.business.common.exception that return types with arguments of type ErrorDTOConstructors in com.endurancetrio.business.common.exception with parameters of type ErrorDTOConstructor parameters in com.endurancetrio.business.common.exception with type arguments of type ErrorDTOModifierConstructorDescriptionEnduranceTrioException(@NonNull List<ErrorDTO> errors) EnduranceTrioException(@NonNull List<ErrorDTO> errors, Throwable cause)