Class HealthIssue

java.lang.Object
io.camunda.zeebe.util.health.HealthIssue

public final class HealthIssue extends Object
A health issue contains information about the cause for unhealthy/dead components. It can either be a string message, a Throwable or another HealthReport.