Uses of Record Class
com.dmasone.identity.ecommerceapp.web.ApiError
Packages that use ApiError
-
Uses of ApiError in com.dmasone.identity.ecommerceapp.web
Methods in com.dmasone.identity.ecommerceapp.web that return types with arguments of type ApiErrorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApiError> RestExceptionHandler.handleBadRequest(Exception exception) org.springframework.http.ResponseEntity<ApiError> RestExceptionHandler.handleDomainException(DomainException exception) org.springframework.http.ResponseEntity<ApiError> RestExceptionHandler.handleNotFound(org.springframework.web.servlet.resource.NoResourceFoundException exception) org.springframework.http.ResponseEntity<ApiError> RestExceptionHandler.handleValidationException(org.springframework.web.bind.MethodArgumentNotValidException exception)