Health API Health.java class Health { Health ok() Health error(Throwable throwable) Health error(String message) boolean getResult() }