vertx / io.vertx.ext.healthchecks / Status / KO

KO

open static fun KO(): Status

Creates a status when something bad is detected.

Return
the created Status

open static fun KO(data: JsonObject): Status

Creates a status when something bad is detected. Also add some metadata.

Return
the created Status