package com.oransc.rappmanager.models.exception; import lombok.Value; @Value public class ErrorResponse { String message; }