@Data @AllArgsConstructor @NoArgsConstructor public class ErrorResponse { private int code; private String message; }