Skip to content

DiagnosticState

DiagnosticState = "ok" | "warning" | "error"

Defined in: src/types.ts:213

Tri-state of a single dependency probe. error = the hard gate (missing / unauthenticated / unreachable); warning = advisory (e.g. below the version floor, or tailscale serve not configured); ok = healthy.