Uses of Record Class
io.github.xezzon.zeroweb.common.exception.ErrorResponse
Packages that use ErrorResponse
-
Uses of ErrorResponse in io.github.xezzon.zeroweb.common.exception
Methods in io.github.xezzon.zeroweb.common.exception that return types with arguments of type ErrorResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResponse>
GlobalExceptionHandler.handleException
(cn.dev33.satoken.exception.NotLoginException e, jakarta.servlet.http.HttpServletRequest request) 未登录org.springframework.http.ResponseEntity<ErrorResponse>
GlobalExceptionHandler.handleException
(ZerowebBusinessException e, jakarta.servlet.http.HttpServletRequest request) 业务异常org.springframework.http.ResponseEntity<ErrorResponse>
GlobalExceptionHandler.handleException
(Throwable e, jakarta.servlet.http.HttpServletRequest request) 非业务异常(通用)org.springframework.http.ResponseEntity<ErrorResponse>
GlobalExceptionHandler.handleException
(org.springframework.web.bind.MethodArgumentNotValidException e, jakarta.servlet.http.HttpServletRequest request) 参数校验不通过org.springframework.http.ResponseEntity<ErrorResponse>
GlobalExceptionHandler.handleException
(org.springframework.web.servlet.resource.NoResourceFoundException e, jakarta.servlet.http.HttpServletRequest request) 请求资源不存在