Uses of Class
io.rocketbase.commons.dto.ErrorResponse
-
Packages that use ErrorResponse Package Description io.rocketbase.commons.dto io.rocketbase.commons.exception -
-
Uses of ErrorResponse in io.rocketbase.commons.dto
Methods in io.rocketbase.commons.dto that return ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponse. addField(String path, String message)check if path already exists, add message to list or create new one -
Uses of ErrorResponse in io.rocketbase.commons.exception
Constructors in io.rocketbase.commons.exception with parameters of type ErrorResponse Constructor Description BadRequestException(ErrorResponse errorResponse)InsufficientPrivilegesException(ErrorResponse errorResponse)NotFoundException(ErrorResponse errorResponse)
-