Uses of Class
net.andresbustamante.yafoot.commons.web.dto.ErrorResponse
Packages that use ErrorResponse
Package
Description
Common classes for Web controllers.
-
Uses of ErrorResponse in net.andresbustamante.yafoot.commons.web.controllers
Methods in net.andresbustamante.yafoot.commons.web.controllers that return types with arguments of type ErrorResponseModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<ErrorResponse>
AbstractController.handleConstraintViolationException
(jakarta.validation.ConstraintViolationException e) Transforms a ConstraintViolationException into a 400 error code.